diff options
-rw-r--r-- | perl-syntax-highlight-perl/PKGBUILD | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/perl-syntax-highlight-perl/PKGBUILD b/perl-syntax-highlight-perl/PKGBUILD index 3e6c20af2..1a5e3151e 100644 --- a/perl-syntax-highlight-perl/PKGBUILD +++ b/perl-syntax-highlight-perl/PKGBUILD @@ -4,13 +4,16 @@ pkgname=perl-syntax-highlight-perl _perlmod=Syntax-Highlight-Perl pkgver=1.0 -pkgrel=10 +pkgrel=11 _distdir="${_perlmod}-${pkgver}" pkgdesc="Syntax-Highlight-Perl perl module (highlighting of Perl Syntactical Structures)" arch=("any") url="http://search.cpan.org/~johnsca/Syntax-Highlight-Perl/" license=("GPL" "Artistic") -depends=('perl>=5.10.0') +depends=( + 'perl>=5.32' + 'perl<5.33' +) source=(http://search.cpan.org/CPAN/authors/id/J/JO/JOHNSCA/${_distdir}.tar.gz) sha512sums=('be1959493fb563137095e0b151fa56fe2192d1c4bf52e2ef32d6d2310b821a905e675a443e4cfb83da7d0dfa4cc267ac087d49d0ee807a07413cf839621ebe8b') options=(!emptydirs) |