diff options
author | Erich Eckner <git@eckner.net> | 2019-06-11 14:02:00 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-06-11 14:02:00 +0200 |
commit | cc7ffdb1f36cab4d33b7b865184569c0b913db8a (patch) | |
tree | 8087c11bf1961915fd19a575c18226148e672399 /perl-module-install-automanifest | |
parent | 6adad5ff5aba4b49c90c05f71a9d044e9a002366 (diff) | |
download | archlinuxewe-cc7ffdb1f36cab4d33b7b865184569c0b913db8a.tar.xz |
recompile all perl packages
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 7908004c6..c40c6fd67 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='3' +pkgrel=4 pkgdesc='generate MANIFEST automatically' arch=('any') depends=( - 'perl>=5.28' - 'perl<5.29' + 'perl>=5.30' + 'perl<5.31' ) license=('PerlArtistic' 'GPL') options=('!emptydirs') |