diff options
Diffstat (limited to 'perl-extutils-makemaker-cpanfile')
-rw-r--r-- | perl-extutils-makemaker-cpanfile/PKGBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/perl-extutils-makemaker-cpanfile/PKGBUILD b/perl-extutils-makemaker-cpanfile/PKGBUILD index 1ad940762..ed7ce90d8 100644 --- a/perl-extutils-makemaker-cpanfile/PKGBUILD +++ b/perl-extutils-makemaker-cpanfile/PKGBUILD @@ -3,12 +3,14 @@ pkgname='perl-extutils-makemaker-cpanfile' pkgver='0.08' -pkgrel='4' +pkgrel='5' pkgdesc='cpanfile support for EUMM' arch=('any') license=('PerlArtistic' 'GPL') options=('!emptydirs') depends=( + 'perl>=5.28' + 'perl<5.29' 'perl-cpan-meta>=2.141170' 'perl-extutils-makemaker>=6.17' 'perl-file-path' |