summaryrefslogtreecommitdiff
path: root/perl-json-maybexs/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'perl-json-maybexs/PKGBUILD')
-rw-r--r--perl-json-maybexs/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/perl-json-maybexs/PKGBUILD b/perl-json-maybexs/PKGBUILD
index 20e058ef..62b0cbf9 100644
--- a/perl-json-maybexs/PKGBUILD
+++ b/perl-json-maybexs/PKGBUILD
@@ -2,13 +2,14 @@
pkgname='perl-json-maybexs'
pkgver=1.003009
-pkgrel='5'
+pkgrel='6'
pkgdesc='Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP'
arch=('any')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
depends=(
- 'perl>=5.6.0'
+ 'perl>=5.28'
+ 'perl<5.29'
'perl-carp'
'perl-json-pp>=2.27300'
'perl-scalar-list-utils')