summaryrefslogtreecommitdiff
path: root/perl-json-maybexs
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-06-23 20:20:27 +0200
committerErich Eckner <git@eckner.net>2020-06-23 20:20:27 +0200
commita57847e399024e8ecef90fe4872ca2910d27c964 (patch)
tree86f5deb6fb01537d9f383f72bd0452bdbfb84700 /perl-json-maybexs
parent92fbb1f4c64b414581b761e5f36be381f08140ae (diff)
downloadarchlinuxewe.git.save-a57847e399024e8ecef90fe4872ca2910d27c964.tar.xz
recompile all perl packages
Diffstat (limited to 'perl-json-maybexs')
-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 5198e202..e3e41818 100644
--- a/perl-json-maybexs/PKGBUILD
+++ b/perl-json-maybexs/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='perl-json-maybexs'
pkgver=1.004002
-pkgrel=1
+pkgrel=2
pkgdesc='Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP'
arch=('any')
license=('PerlArtistic' 'GPL')
@@ -14,7 +14,8 @@ makedepends=(
'perl-test-needs>=0.002006'
'perl-test-simple>=0.88')
depends=(
- 'perl>=5.6.0'
+ 'perl>=5.32'
+ 'perl<5.33'
'perl-carp'
'perl-json-pp>=2.27300'
'perl-scalar-list-utils')