diff options
Diffstat (limited to 'perl-module-install-automanifest/PKGBUILD')
-rw-r--r-- | perl-module-install-automanifest/PKGBUILD | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/perl-module-install-automanifest/PKGBUILD b/perl-module-install-automanifest/PKGBUILD index 296add614..7908004c6 100644 --- a/perl-module-install-automanifest/PKGBUILD +++ b/perl-module-install-automanifest/PKGBUILD @@ -3,9 +3,13 @@ pkgname='perl-module-install-automanifest' pkgver='0.003' -pkgrel='2' +pkgrel='3' pkgdesc='generate MANIFEST automatically' arch=('any') +depends=( + 'perl>=5.28' + 'perl<5.29' +) license=('PerlArtistic' 'GPL') options=('!emptydirs') makedepends=( |