summaryrefslogtreecommitdiff
path: root/perl-json-maybexs
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2021-05-31 07:11:30 +0200
committerErich Eckner <git@eckner.net>2021-05-31 07:11:30 +0200
commit4bcac39dcfafde47d7303ad6f3e3f3a96d7e596b (patch)
tree9b061d2640f2d58e60f9b5d7fa92a05994835365 /perl-json-maybexs
parent5918638bb2101d21fd0b55acb06afd23a6befc5c (diff)
downloadarchlinuxewe-4bcac39dcfafde47d7303ad6f3e3f3a96d7e596b.tar.xz
recompile all perl packages
Diffstat (limited to 'perl-json-maybexs')
-rw-r--r--perl-json-maybexs/PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/perl-json-maybexs/PKGBUILD b/perl-json-maybexs/PKGBUILD
index 9c9c0c0ba..537a58421 100644
--- a/perl-json-maybexs/PKGBUILD
+++ b/perl-json-maybexs/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='perl-json-maybexs'
pkgver=1.004003
-pkgrel=1
+pkgrel=2
pkgdesc='Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP'
arch=('any')
license=('PerlArtistic' 'GPL')
@@ -14,6 +14,8 @@ makedepends=(
'perl-test-needs>=0.002006'
'perl-test-simple>=0.88')
depends=(
+ 'perl>=5.34'
+ 'perl<5.35'
'perl-carp'
'perl-json-pp>=2.27300'
'perl-scalar-list-utils')