summaryrefslogtreecommitdiff
path: root/perl-extutils-makemaker-cpanfile
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-06-11 14:02:00 +0200
committerErich Eckner <git@eckner.net>2019-06-11 14:02:00 +0200
commitcc7ffdb1f36cab4d33b7b865184569c0b913db8a (patch)
tree8087c11bf1961915fd19a575c18226148e672399 /perl-extutils-makemaker-cpanfile
parent6adad5ff5aba4b49c90c05f71a9d044e9a002366 (diff)
downloadarchlinuxewe.git.save-cc7ffdb1f36cab4d33b7b865184569c0b913db8a.tar.xz
recompile all perl packages
Diffstat (limited to 'perl-extutils-makemaker-cpanfile')
-rw-r--r--perl-extutils-makemaker-cpanfile/PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/perl-extutils-makemaker-cpanfile/PKGBUILD b/perl-extutils-makemaker-cpanfile/PKGBUILD
index 5743fb6a..0c0e6c45 100644
--- a/perl-extutils-makemaker-cpanfile/PKGBUILD
+++ b/perl-extutils-makemaker-cpanfile/PKGBUILD
@@ -3,12 +3,14 @@
pkgname='perl-extutils-makemaker-cpanfile'
pkgver=0.09
-pkgrel=1
+pkgrel=2
pkgdesc='cpanfile support for EUMM'
arch=('any')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
depends=(
+ 'perl>=5.30'
+ 'perl<5.31'
'perl-cpan-meta>=2.141170'
'perl-extutils-makemaker>=6.17'
'perl-file-path'