summaryrefslogtreecommitdiff
path: root/perl-getopt-long-descriptive/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'perl-getopt-long-descriptive/PKGBUILD')
-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'