summaryrefslogtreecommitdiff
path: root/perl-html-restrict/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'perl-html-restrict/PKGBUILD')
-rw-r--r--perl-html-restrict/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/perl-html-restrict/PKGBUILD b/perl-html-restrict/PKGBUILD
index 92b65e40..7b56b30e 100644
--- a/perl-html-restrict/PKGBUILD
+++ b/perl-html-restrict/PKGBUILD
@@ -3,13 +3,14 @@
pkgname='perl-html-restrict'
pkgver=2.3.0
-pkgrel='3'
+pkgrel='4'
pkgdesc='Strip unwanted HTML tags and attributes'
arch=('any')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
depends=(
- 'perl>=5.6.0'
+ 'perl>=5.28'
+ 'perl<5.29'
'perl-carp'
'perl-data-dump'
'perl-html-parser'