summaryrefslogtreecommitdiff
path: root/perl-getopt-long-descriptive
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-06-11 14:02:00 +0200
committerErich Eckner <git@eckner.net>2019-06-11 14:02:00 +0200
commitcc7ffdb1f36cab4d33b7b865184569c0b913db8a (patch)
tree8087c11bf1961915fd19a575c18226148e672399 /perl-getopt-long-descriptive
parent6adad5ff5aba4b49c90c05f71a9d044e9a002366 (diff)
downloadarchlinuxewe.git.save-cc7ffdb1f36cab4d33b7b865184569c0b913db8a.tar.xz
recompile all perl packages
Diffstat (limited to 'perl-getopt-long-descriptive')
-rw-r--r--perl-getopt-long-descriptive/PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/perl-getopt-long-descriptive/PKGBUILD b/perl-getopt-long-descriptive/PKGBUILD
index b6569c01..0911d68f 100644
--- a/perl-getopt-long-descriptive/PKGBUILD
+++ b/perl-getopt-long-descriptive/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='perl-getopt-long-descriptive'
pkgver=0.104
-pkgrel=1
+pkgrel=2
pkgdesc='Getopt::Long, but simpler and more powerful'
arch=('any')
license=('PerlArtistic' 'GPL')
@@ -17,6 +17,8 @@ makedepends=(
'perl-test-simple>=0.96'
'perl-test-warnings>=0.005')
depends=(
+ 'perl>=5.30'
+ 'perl<5.31'
'perl'
'perl-carp'
'perl-getopt-long>=2.3.3'