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, 3 insertions, 3 deletions
diff --git a/perl-subroutines/PKGBUILD b/perl-subroutines/PKGBUILD
index 8353bf4e..9cd1caeb 100644
--- a/perl-subroutines/PKGBUILD
+++ b/perl-subroutines/PKGBUILD
@@ -3,12 +3,12 @@
pkgname='perl-subroutines'
pkgver='0.001'
-pkgrel=2
+pkgrel=3
pkgdesc='Use subroutines from another module'
arch=('any')
depends=(
- 'perl>=5.30'
- 'perl<5.31'
+ 'perl>=5.32'
+ 'perl<5.33'
)
license=('PerlArtistic' 'GPL')
options=('!emptydirs')