summaryrefslogtreecommitdiff
path: root/perl-want/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'perl-want/PKGBUILD')
-rw-r--r--perl-want/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-want/PKGBUILD b/perl-want/PKGBUILD
index ed2dcfe0..cbdfc559 100644
--- a/perl-want/PKGBUILD
+++ b/perl-want/PKGBUILD
@@ -4,16 +4,16 @@
pkgname='perl-want'
pkgver='0.29'
-pkgrel=8
+pkgrel=9
pkgdesc="A generalisation of wantarray"
arch=('x86_64' 'i686' 'pentium4')
_pinned_dependencies=(
'glibc>=2.31'
)
depends=(
+ 'perl>=5.32'
+ 'perl<5.33'
"${_pinned_dependencies[@]}"
- 'perl>=5.30'
- 'perl<5.31'
)
license=('PerlArtistic' 'GPL')
options=('!emptydirs')