summaryrefslogtreecommitdiff
path: root/perl-subroutines
diff options
context:
space:
mode:
Diffstat (limited to 'perl-subroutines')
-rw-r--r--perl-subroutines/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-subroutines/PKGBUILD b/perl-subroutines/PKGBUILD
index 9cd1caeb2..e48484174 100644
--- a/perl-subroutines/PKGBUILD
+++ b/perl-subroutines/PKGBUILD
@@ -3,12 +3,12 @@
pkgname='perl-subroutines'
pkgver='0.001'
-pkgrel=3
+pkgrel=4
pkgdesc='Use subroutines from another module'
arch=('any')
depends=(
- 'perl>=5.32'
- 'perl<5.33'
+ 'perl>=5.34'
+ 'perl<5.35'
)
license=('PerlArtistic' 'GPL')
options=('!emptydirs')