summaryrefslogtreecommitdiff
path: root/perl-json-any/PKGBUILD
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2023-09-08 23:24:34 +0200
committerErich Eckner <git@eckner.net>2023-09-08 23:24:34 +0200
commit71a936a9051a68c0e41bb8fa6e471ab5c01c8ac0 (patch)
tree37f70493543e6d68b994d626dea944a9673ccefb /perl-json-any/PKGBUILD
parent6a52f3b153b67c49924401bca8cd79a09af51931 (diff)
downloadarchlinuxewe-71a936a9051a68c0e41bb8fa6e471ab5c01c8ac0.tar.xz
recompile all perl packages
Diffstat (limited to 'perl-json-any/PKGBUILD')
-rw-r--r--perl-json-any/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-json-any/PKGBUILD b/perl-json-any/PKGBUILD
index 9c702c3c4..653cc270c 100644
--- a/perl-json-any/PKGBUILD
+++ b/perl-json-any/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='perl-json-any'
pkgver='1.39'
-pkgrel=5
+pkgrel=6
pkgdesc='(DEPRECATED) Wrapper Class for the various JSON classes'
arch=('any')
license=('PerlArtistic' 'GPL')
@@ -21,8 +21,8 @@ makedepends=(
'perl-test-without-module'
)
depends=(
- 'perl>=5.36'
- 'perl<5.37'
+ 'perl>=5.38'
+ 'perl<5.39'
'perl-carp'
'perl-constant'
)