summaryrefslogtreecommitdiff
path: root/perl-encoding-fixlatin-xs
diff options
context:
space:
mode:
Diffstat (limited to 'perl-encoding-fixlatin-xs')
-rw-r--r--perl-encoding-fixlatin-xs/PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/perl-encoding-fixlatin-xs/PKGBUILD b/perl-encoding-fixlatin-xs/PKGBUILD
index e5029f3e..de715da7 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=1
+pkgrel=2
pkgdesc='XS implementation layer for Encoding::FixLatin'
arch=('i686' 'pentium4' 'x86_64')
license=('PerlArtistic' 'GPL')
@@ -11,7 +11,11 @@ makedepends=(
'perl-encoding-fixlatin>=1.03'
'perl-extutils-makemaker'
'perl-test-simple>=0.90')
+_pinned_dependencies=(
+ 'glibc>=2.31'
+)
depends=(
+ "${_pinned_dependencies[@]}"
'perl>=5.14.0')
url='http://github.com/grantm/encoding-fixlatin-xs'
checkdepends=(