summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMoritz Bunkus2025-03-12 22:11:14 +0100
committerMoritz Bunkus2025-03-12 22:11:14 +0100
commit65db81e47823428cef3fa6a784cbbf0062e2a396 (patch)
treea3b59f4dab7cc2b13415d0a4b4a45681d6f1712b /PKGBUILD
parente3ab600454f600cedbc9f462430c44a5244b9f6b (diff)
downloadaur-perl-html-restrict.tar.gz
use SPDX license identifier
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7613c28c6015..baa3b70295de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname='perl-html-restrict'
pkgver='3.0.2'
-pkgrel='2'
+pkgrel='3'
pkgdesc="Strip unwanted HTML tags and attributes"
arch=('any')
-license=('Artistic-1.0-Perl' 'GPL-1.0-or-later')
+license=('Artistic-2.0' 'GPL-1.0-or-later')
options=('!emptydirs')
depends=('perl-data-dump' 'perl-html-parser' 'perl-moo>=1.002000' 'perl-namespace-clean' 'perl-scalar-list-utils>=1.33' 'perl-sub-quote' 'perl-type-tiny>=1.002001' 'perl-uri')
makedepends=('perl-test-fatal')