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 9a97aa0e..9695712a 100644
--- a/perl-cpanel-json-xs/PKGBUILD
+++ b/perl-cpanel-json-xs/PKGBUILD
@@ -2,12 +2,14 @@
pkgname='perl-cpanel-json-xs'
pkgver=4.11
-pkgrel=2
+pkgrel=3
pkgdesc='cPanel fork of JSON::XS, fast and correct serializing'
arch=('x86_64' 'i686' 'pentium4')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
depends=(
+ 'perl>=5.30'
+ 'perl<5.31'
'perl-podlators>=2.08')
makedepends=(
'perl-extutils-makemaker')