summaryrefslogtreecommitdiff
path: root/perl-subroutines/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'perl-subroutines/PKGBUILD')
-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=(