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 e1b43ab83..836de9dfa 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=7 +pkgrel=8 pkgdesc='generate MANIFEST automatically' arch=('any') depends=( - 'perl>=5.34' - 'perl<5.35' + 'perl>=5.36' + 'perl<5.37' ) license=('PerlArtistic' 'GPL') options=('!emptydirs') |