summaryrefslogtreecommitdiff
path: root/perl-module-install-authorrequires/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'perl-module-install-authorrequires/PKGBUILD')
-rw-r--r--perl-module-install-authorrequires/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-module-install-authorrequires/PKGBUILD b/perl-module-install-authorrequires/PKGBUILD
index 649706b2..a0a9fb6a 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=6
+pkgrel=7
pkgdesc='declare author-only dependencies'
arch=('any')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
depends=(
- 'perl>=5.30'
- 'perl<5.31'
+ 'perl>=5.32'
+ 'perl<5.33'
'perl-module-install')
makedepends=(
'perl-extutils-makemaker>=6.42')