diff options
Diffstat (limited to 'perl-encoding-fixlatin/PKGBUILD')
-rw-r--r-- | perl-encoding-fixlatin/PKGBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/perl-encoding-fixlatin/PKGBUILD b/perl-encoding-fixlatin/PKGBUILD index 3c039e4e5..10dd2681c 100644 --- a/perl-encoding-fixlatin/PKGBUILD +++ b/perl-encoding-fixlatin/PKGBUILD @@ -4,12 +4,14 @@ pkgname='perl-encoding-fixlatin' pkgver='1.04' -pkgrel='6' +pkgrel='7' 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.8.0') makedepends=( 'perl-extutils-makemaker>=6.30' |