diff options
Diffstat (limited to 'perl-module-install-authorrequires/PKGBUILD')
-rw-r--r-- | perl-module-install-authorrequires/PKGBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/perl-module-install-authorrequires/PKGBUILD b/perl-module-install-authorrequires/PKGBUILD index 21a6599a5..f179f3a44 100644 --- a/perl-module-install-authorrequires/PKGBUILD +++ b/perl-module-install-authorrequires/PKGBUILD @@ -3,12 +3,14 @@ pkgname='perl-module-install-authorrequires' pkgver='0.02' -pkgrel='4' +pkgrel='5' pkgdesc='declare author-only dependencies' arch=('any') license=('PerlArtistic' 'GPL') options=('!emptydirs') depends=( + 'perl>=5.28' + 'perl<5.29' 'perl-module-install') makedepends=( 'perl-extutils-makemaker>=6.42') |