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 8b17b450..fe76a6e1 100644
--- a/perl-getopt-long-descriptive/PKGBUILD
+++ b/perl-getopt-long-descriptive/PKGBUILD
@@ -3,12 +3,14 @@
pkgname='perl-getopt-long-descriptive'
pkgver=0.103
-pkgrel='2'
+pkgrel='3'
pkgdesc='Getopt::Long, but simpler and more powerful'
arch=('any')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
depends=(
+ 'perl>=5.28'
+ 'perl<5.29'
'perl'
'perl-carp'
'perl-getopt-long>=2.33'