summaryrefslogtreecommitdiff
path: root/perl-cpanel-json-xs
diff options
context:
space:
mode:
Diffstat (limited to 'perl-cpanel-json-xs')
-rw-r--r--perl-cpanel-json-xs/PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/perl-cpanel-json-xs/PKGBUILD b/perl-cpanel-json-xs/PKGBUILD
index cf2bc228..aa59085c 100644
--- a/perl-cpanel-json-xs/PKGBUILD
+++ b/perl-cpanel-json-xs/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='perl-cpanel-json-xs'
pkgver=4.19
-pkgrel=2
+pkgrel=3
pkgdesc='cPanel fork of JSON::XS, fast and correct serializing'
arch=('x86_64' 'i686' 'pentium4')
license=('PerlArtistic' 'GPL')
@@ -21,6 +21,8 @@ _pinned_dependencies=(
'glibc>=2.31'
)
depends=(
+ 'perl>=5.32'
+ 'perl<5.33'
"${_pinned_dependencies[@]}"
'perl'
'perl-carp'