summaryrefslogtreecommitdiff
path: root/perl-html-lint
diff options
context:
space:
mode:
Diffstat (limited to 'perl-html-lint')
-rw-r--r--perl-html-lint/PKGBUILD5
1 files changed, 1 insertions, 4 deletions
diff --git a/perl-html-lint/PKGBUILD b/perl-html-lint/PKGBUILD
index c052ba29..0adad919 100644
--- a/perl-html-lint/PKGBUILD
+++ b/perl-html-lint/PKGBUILD
@@ -3,20 +3,17 @@
pkgname='perl-html-lint'
pkgver='2.22'
-pkgrel='1'
+pkgrel='2'
pkgdesc='check for HTML errors in a string or file'
arch=('x86_64' 'i686')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
depends=(
'perl-exporter'
- 'perl-html-parser'
'perl-html-parser>=3.47'
'perl-html-tagset>=3.03'
- 'perl-test-simple'
'perl-test-simple')
makedepends=(
- 'perl-extutils-makemaker'
'perl-extutils-makemaker')
checkdepends=(
'perl-test-pod'