summaryrefslogtreecommitdiff
path: root/perl-data-sah-coercebundle-to_array-from_str-comma_sep/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'perl-data-sah-coercebundle-to_array-from_str-comma_sep/PKGBUILD')
-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'