summaryrefslogtreecommitdiff
path: root/perl-encoding-fixlatin/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'perl-encoding-fixlatin/PKGBUILD')
-rw-r--r--perl-encoding-fixlatin/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-encoding-fixlatin/PKGBUILD b/perl-encoding-fixlatin/PKGBUILD
index 10dd2681..d184a9ef 100644
--- a/perl-encoding-fixlatin/PKGBUILD
+++ b/perl-encoding-fixlatin/PKGBUILD
@@ -4,14 +4,14 @@
pkgname='perl-encoding-fixlatin'
pkgver='1.04'
-pkgrel='7'
+pkgrel=8
pkgdesc="takes mixed encoding input and produces UTF-8 output"
arch=('any')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
depends=(
- 'perl>=5.28'
- 'perl<5.29'
+ 'perl>=5.30'
+ 'perl<5.31'
'perl>=5.8.0')
makedepends=(
'perl-extutils-makemaker>=6.30'