summaryrefslogtreecommitdiff
path: root/perl-data-sah-coercebundle-to_array-from_str-comma_sep
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-data-sah-coercebundle-to_array-from_str-comma_sep
parent92fbb1f4c64b414581b761e5f36be381f08140ae (diff)
downloadarchlinuxewe.git.save-a57847e399024e8ecef90fe4872ca2910d27c964.tar.xz
recompile all perl packages
Diffstat (limited to 'perl-data-sah-coercebundle-to_array-from_str-comma_sep')
-rw-r--r--perl-data-sah-coercebundle-to_array-from_str-comma_sep/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/perl-data-sah-coercebundle-to_array-from_str-comma_sep/PKGBUILD b/perl-data-sah-coercebundle-to_array-from_str-comma_sep/PKGBUILD
index 28ffbf53..6a7c3c34 100644
--- a/perl-data-sah-coercebundle-to_array-from_str-comma_sep/PKGBUILD
+++ b/perl-data-sah-coercebundle-to_array-from_str-comma_sep/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='perl-data-sah-coercebundle-to_array-from_str-comma_sep'
pkgver='0.012'
-pkgrel='1'
+pkgrel=2
pkgdesc='Coerce array from a comma-separated items in a string'
arch=('any')
license=('PerlArtistic' 'GPL')
@@ -18,7 +18,8 @@ makedepends=(
'perl-test-simple>=0.98'
)
depends=(
- 'perl>=5.10.1'
+ 'perl>=5.32'
+ 'perl<5.33'
'perl-string-js'
)
url='https://metacpan.org/release/Data-Sah-CoerceBundle-To_array-From_str-comma_sep'