summaryrefslogtreecommitdiff
path: root/perl-json-any
diff options
context:
space:
mode:
Diffstat (limited to 'perl-json-any')
-rw-r--r--perl-json-any/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/perl-json-any/PKGBUILD b/perl-json-any/PKGBUILD
index b3e91203..4e2d73f8 100644
--- a/perl-json-any/PKGBUILD
+++ b/perl-json-any/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='perl-json-any'
pkgver='1.39'
-pkgrel='1'
+pkgrel=2
pkgdesc='(DEPRECATED) Wrapper Class for the various JSON classes'
arch=('any')
license=('PerlArtistic' 'GPL')
@@ -21,7 +21,8 @@ makedepends=(
'perl-test-without-module'
)
depends=(
- 'perl>=5.8.0'
+ 'perl>=5.32'
+ 'perl<5.33'
'perl-carp'
'perl-constant'
)