diff options
author | Timothy Legge <timlegge@gmail.com> | 2019-05-26 23:04:54 +0000 |
---|---|---|
committer | TBK <tbk@jjtc.eu> | 2019-05-27 02:02:41 +0200 |
commit | eca288b2c1261a4718e042fa8bb4ecc277b11100 (patch) | |
tree | 15a7a2634543b0a74828cb57274b1998e1349c65 /testing/perl-xml-canonicalizexml | |
parent | df0222d4d3daed0daa25763befa6ddbaa3985885 (diff) | |
download | aports-eca288b2c1261a4718e042fa8bb4ecc277b11100.tar.bz2 aports-eca288b2c1261a4718e042fa8bb4ecc277b11100.tar.xz |
testing/perl-xml-canonicalizexml: fix license
Closes: GH-8170
Diffstat (limited to 'testing/perl-xml-canonicalizexml')
-rw-r--r-- | testing/perl-xml-canonicalizexml/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/perl-xml-canonicalizexml/APKBUILD b/testing/perl-xml-canonicalizexml/APKBUILD index 84472c3e8a..c3f6e788c5 100644 --- a/testing/perl-xml-canonicalizexml/APKBUILD +++ b/testing/perl-xml-canonicalizexml/APKBUILD @@ -4,11 +4,11 @@ pkgname=perl-xml-canonicalizexml _pkgreal=XML-CanonicalizeXML pkgver=0.10 -pkgrel=1 +pkgrel=2 pkgdesc="Perl extension for inclusive (1.0 and 1.1) and exclusive canonicalization of XML using libxml2" url="https://metacpan.org/release/XML-CanonicalizeXML/" arch="all" -license="GPL PerlArtistic" +license="GPL-1.0-or-later Artistic-1.0-Perl" makedepends="libxml2-dev perl-dev" subpackages="$pkgname-doc" source="https://cpan.metacpan.org/authors/id/S/SJ/SJZASADA/XML-CanonicalizeXML-$pkgver.tar.gz" |