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