diff options
Diffstat (limited to 'perl-getopt-long-util')
-rw-r--r-- | perl-getopt-long-util/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/perl-getopt-long-util/PKGBUILD b/perl-getopt-long-util/PKGBUILD index 1fc89597b..4b98ca2c9 100644 --- a/perl-getopt-long-util/PKGBUILD +++ b/perl-getopt-long-util/PKGBUILD @@ -3,13 +3,14 @@ pkgname='perl-getopt-long-util' pkgver='0.890' -pkgrel='3' +pkgrel='4' pkgdesc='Utilities for Getopt::Long' arch=('any') license=('PerlArtistic' 'GPL') options=('!emptydirs') depends=( - 'perl>=5.10.1' + 'perl>=5.28' + 'perl<5.29' 'perl-exporter' ) makedepends=( |