diff options
Diffstat (limited to 'user/perl-html-scrubber/APKBUILD')
-rw-r--r-- | user/perl-html-scrubber/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/user/perl-html-scrubber/APKBUILD b/user/perl-html-scrubber/APKBUILD index 762f8367b..a4f971aa2 100644 --- a/user/perl-html-scrubber/APKBUILD +++ b/user/perl-html-scrubber/APKBUILD @@ -1,5 +1,5 @@ # Contributor: A. Wilcox <awilfox@adelielinux.org> -# Maintainer: Adélie Perl Team <adelie-perl@lists.adelielinux.org> +# Maintainer: Síle Ekaterin Liszka <sheila@vulpine.house> pkgname=perl-html-scrubber _pkgreal=HTML-Scrubber _author=NIGELM @@ -10,9 +10,9 @@ pkgrel=0 pkgdesc="Perl HTML sanitiser" url="https://metacpan.org/release/HTML-Scrubber" arch="noarch" -options="!check" # insane amount of test pods that no other module uses -license="Artistic-1.0-Perl OR GPL-2.0-only" +license="Artistic-1.0-Perl OR GPL-1.0+" depends="perl perl-html-parser" +checkdepends="perl-test-differences perl-test-memory-cycle" makedepends="perl-dev" subpackages="$pkgname-doc" source="https://cpan.metacpan.org/authors/id/$_a/$_au/$_author/$_pkgreal-$pkgver.tar.gz" |