summaryrefslogtreecommitdiff
path: root/perl-html-lint
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-lint
parent6a52f3b153b67c49924401bca8cd79a09af51931 (diff)
downloadarchlinuxewe-71a936a9051a68c0e41bb8fa6e471ab5c01c8ac0.tar.xz
recompile all perl packages
Diffstat (limited to 'perl-html-lint')
-rw-r--r--perl-html-lint/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-html-lint/PKGBUILD b/perl-html-lint/PKGBUILD
index 501eb9613..fadc7e2b2 100644
--- a/perl-html-lint/PKGBUILD
+++ b/perl-html-lint/PKGBUILD
@@ -3,14 +3,14 @@
pkgname='perl-html-lint'
pkgver=2.32
-pkgrel=8
+pkgrel=9
pkgdesc='check for HTML errors in a string or file'
arch=('any')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
depends=(
- 'perl>=5.36'
- 'perl<5.37'
+ 'perl>=5.38'
+ 'perl<5.39'
'perl-exporter'
'perl-html-parser>=3.47'
'perl-html-tagset>=3.03'