summaryrefslogtreecommitdiff
path: root/perl-subroutines
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-subroutines
parent6adad5ff5aba4b49c90c05f71a9d044e9a002366 (diff)
downloadarchlinuxewe.git.save-cc7ffdb1f36cab4d33b7b865184569c0b913db8a.tar.xz
recompile all perl packages
Diffstat (limited to 'perl-subroutines')
-rw-r--r--perl-subroutines/PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/perl-subroutines/PKGBUILD b/perl-subroutines/PKGBUILD
index 9a809594..8353bf4e 100644
--- a/perl-subroutines/PKGBUILD
+++ b/perl-subroutines/PKGBUILD
@@ -3,9 +3,13 @@
pkgname='perl-subroutines'
pkgver='0.001'
-pkgrel='1'
+pkgrel=2
pkgdesc='Use subroutines from another module'
arch=('any')
+depends=(
+ 'perl>=5.30'
+ 'perl<5.31'
+)
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
makedepends=(