diff options
Diffstat (limited to 'perl-text-unidecode/PKGBUILD')
-rw-r--r-- | perl-text-unidecode/PKGBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/perl-text-unidecode/PKGBUILD b/perl-text-unidecode/PKGBUILD index f4a0f5492..f2efba55d 100644 --- a/perl-text-unidecode/PKGBUILD +++ b/perl-text-unidecode/PKGBUILD @@ -3,12 +3,14 @@ pkgname='perl-text-unidecode' pkgver=1.30 -pkgrel='5' +pkgrel='6' pkgdesc='Provide plain ASCII transliterations of Unicode text' arch=('any') license=('PerlArtistic' 'GPL') options=('!emptydirs') depends=( + 'perl>=5.28' + 'perl<5.29' 'perl>=5.8.0') makedepends=( perl-extutils-makemaker) |