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