summaryrefslogtreecommitdiff
path: root/perl-syntax-highlight-perl
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-06-29 11:14:05 +0200
committerErich Eckner <git@eckner.net>2020-06-29 11:14:05 +0200
commit4dd86ba6af4484d609555cc10b165465cf577c06 (patch)
treefa4ac9cc02091e0c292f37e0eb88c0b4a711792f /perl-syntax-highlight-perl
parent9f3d25b6bb2d654efe5523017e97db08a96d3724 (diff)
downloadarchlinuxewe.git.save-4dd86ba6af4484d609555cc10b165465cf577c06.tar.xz
perl-syntax-highlight-perl: rebuild
Diffstat (limited to 'perl-syntax-highlight-perl')
-rw-r--r--perl-syntax-highlight-perl/PKGBUILD7
1 files changed, 5 insertions, 2 deletions
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)