summaryrefslogtreecommitdiff
path: root/perl-html-restrict
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2023-09-08 23:24:34 +0200
committerErich Eckner <git@eckner.net>2023-09-08 23:24:34 +0200
commit71a936a9051a68c0e41bb8fa6e471ab5c01c8ac0 (patch)
tree37f70493543e6d68b994d626dea944a9673ccefb /perl-html-restrict
parent6a52f3b153b67c49924401bca8cd79a09af51931 (diff)
downloadarchlinuxewe-71a936a9051a68c0e41bb8fa6e471ab5c01c8ac0.tar.xz
recompile all perl packages
Diffstat (limited to 'perl-html-restrict')
-rw-r--r--perl-html-restrict/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-html-restrict/PKGBUILD b/perl-html-restrict/PKGBUILD
index 2bdc695ee..01c2c402d 100644
--- a/perl-html-restrict/PKGBUILD
+++ b/perl-html-restrict/PKGBUILD
@@ -3,14 +3,14 @@
pkgname='perl-html-restrict'
pkgver=3.0.1
-pkgrel=1
+pkgrel=2
pkgdesc='Strip unwanted HTML tags and attributes'
arch=('any')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
depends=(
- 'perl>=5.36'
- 'perl<5.37'
+ 'perl>=5.38'
+ 'perl<5.39'
'perl-carp'
'perl-data-dump'
'perl-html-parser'