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/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-json-maybexs/PKGBUILD b/perl-json-maybexs/PKGBUILD
index 62b0cbf9..89723b48 100644
--- a/perl-json-maybexs/PKGBUILD
+++ b/perl-json-maybexs/PKGBUILD
@@ -2,14 +2,14 @@
pkgname='perl-json-maybexs'
pkgver=1.003009
-pkgrel='6'
+pkgrel=7
pkgdesc='Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP'
arch=('any')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
depends=(
- 'perl>=5.28'
- 'perl<5.29'
+ 'perl>=5.30'
+ 'perl<5.31'
'perl-carp'
'perl-json-pp>=2.27300'
'perl-scalar-list-utils')