diff options
Diffstat (limited to 'perl-module-install-automanifest')
-rw-r--r-- | perl-module-install-automanifest/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-module-install-automanifest/PKGBUILD b/perl-module-install-automanifest/PKGBUILD index c40c6fd67..a57472636 100644 --- a/perl-module-install-automanifest/PKGBUILD +++ b/perl-module-install-automanifest/PKGBUILD @@ -3,12 +3,12 @@ pkgname='perl-module-install-automanifest' pkgver='0.003' -pkgrel=4 +pkgrel=5 pkgdesc='generate MANIFEST automatically' arch=('any') depends=( - 'perl>=5.30' - 'perl<5.31' + 'perl>=5.32' + 'perl<5.33' ) license=('PerlArtistic' 'GPL') options=('!emptydirs') |