From 4dd86ba6af4484d609555cc10b165465cf577c06 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 29 Jun 2020 11:14:05 +0200 Subject: perl-syntax-highlight-perl: rebuild --- perl-syntax-highlight-perl/PKGBUILD | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'perl-syntax-highlight-perl') diff --git a/perl-syntax-highlight-perl/PKGBUILD b/perl-syntax-highlight-perl/PKGBUILD index 3e6c20af..1a5e3151 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) -- cgit v1.2.3-54-g00ecf