summaryrefslogtreecommitdiff
path: root/perl-encoding-fixlatin
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2016-06-10 16:11:49 +0200
committerErich Eckner <git@eckner.net>2016-06-10 19:32:10 +0200
commitc0943ab67d1ae7550c81dbed52825c43a19e6b67 (patch)
treeceee1ce58e4cd510e8addcae2bbf0afd99d1dbf1 /perl-encoding-fixlatin
parentfb121dd62201da3b0fdde7043f86f1f525f74208 (diff)
downloadarchlinuxewe.git.save-c0943ab67d1ae7550c81dbed52825c43a19e6b67.tar.xz
perl-encoding-fixlatin dependency update
Diffstat (limited to 'perl-encoding-fixlatin')
-rw-r--r--perl-encoding-fixlatin/PKGBUILD12
1 files changed, 7 insertions, 5 deletions
diff --git a/perl-encoding-fixlatin/PKGBUILD b/perl-encoding-fixlatin/PKGBUILD
index 6f97f730..f62d6867 100644
--- a/perl-encoding-fixlatin/PKGBUILD
+++ b/perl-encoding-fixlatin/PKGBUILD
@@ -4,16 +4,18 @@
pkgname='perl-encoding-fixlatin'
pkgver='1.04'
-pkgrel='1'
+pkgrel='2'
pkgdesc="takes mixed encoding input and produces UTF-8 output"
arch=('any')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
depends=(
- 'perl-sub-exporter-progressive>=0.001007'
- 'perl>=5.008'
-)
-makedepends=()
+ 'perl>=5.8.0')
+makedepends=(
+ 'perl-extutils-makemaker>=6.30'
+ 'perl-test-simple>=0.90')
+optdepends=(
+ 'perl-encoding-fixlatin-xs>=1.00')
checkdepends=('perl-test-fatal')
url='http://github.com/grantm/encoding-fixlatin'
source=("http://search.cpan.org/CPAN/authors/id/G/GR/GRANTM/Encoding-FixLatin-${pkgver}.tar.gz")