summaryrefslogtreecommitdiff
path: root/perl-cache-fastmmap/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'perl-cache-fastmmap/PKGBUILD')
-rw-r--r--perl-cache-fastmmap/PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/perl-cache-fastmmap/PKGBUILD b/perl-cache-fastmmap/PKGBUILD
index e2a27bbe..e2299cfa 100644
--- a/perl-cache-fastmmap/PKGBUILD
+++ b/perl-cache-fastmmap/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='perl-cache-fastmmap'
pkgver=1.49
-pkgrel=2
+pkgrel=3
pkgdesc='Uses an mmap'"'"'ed file to act as a shared memory interprocess cache'
arch=('x86_64' 'i686' 'pentium4')
license=('PerlArtistic' 'GPL')
@@ -14,6 +14,8 @@ _pinned_dependencies=(
'glibc>=2.31'
)
depends=(
+ 'perl>=5.32'
+ 'perl<5.33'
"${_pinned_dependencies[@]}"
'perl-storable')
url='https://metacpan.org/release/Cache-FastMmap'