diff options
-rw-r--r-- | perl-encoding-fixlatin/PKGBUILD | 12 |
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") |