summaryrefslogtreecommitdiff
path: root/perl-encoding-fixlatin-xs/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'perl-encoding-fixlatin-xs/PKGBUILD')
-rw-r--r--perl-encoding-fixlatin-xs/PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/perl-encoding-fixlatin-xs/PKGBUILD b/perl-encoding-fixlatin-xs/PKGBUILD
index de715da7..2ae69c6b 100644
--- a/perl-encoding-fixlatin-xs/PKGBUILD
+++ b/perl-encoding-fixlatin-xs/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='perl-encoding-fixlatin-xs'
pkgver=1.02
-pkgrel=2
+pkgrel=3
pkgdesc='XS implementation layer for Encoding::FixLatin'
arch=('i686' 'pentium4' 'x86_64')
license=('PerlArtistic' 'GPL')
@@ -15,6 +15,8 @@ _pinned_dependencies=(
'glibc>=2.31'
)
depends=(
+ 'perl>=5.32'
+ 'perl<5.33'
"${_pinned_dependencies[@]}"
'perl>=5.14.0')
url='http://github.com/grantm/encoding-fixlatin-xs'