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 017818265..b42f24fbb 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=9 +pkgrel=10 pkgdesc='declare author-only dependencies' arch=('any') license=('PerlArtistic' 'GPL') options=('!emptydirs') depends=( - 'perl>=5.34' - 'perl<5.35' + 'perl>=5.36' + 'perl<5.37' 'perl-module-install') makedepends=( 'perl-extutils-makemaker>=6.42') |