diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-07-03 06:51:55 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-07-03 06:51:55 -0300 |
commit | c561b4ee4c6f38c9f6253e44050b3cb387a29e8f (patch) | |
tree | d27f7c460a8dc1ca3f5348d7ae4eae14831d1187 /testing/perl-xml-canonicalizexml | |
parent | 1e408a7ffa219c1eaded488fe8eee00bdd1e063d (diff) | |
download | aports-c561b4ee4c6f38c9f6253e44050b3cb387a29e8f.zip |
testing/perl-xml-canonicalizexml: fix license
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 c3f6e788c5d..ab68702aa86 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=2 +pkgrel=3 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-1.0-or-later Artistic-1.0-Perl" +license="GPL-1.0-or-later OR 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" |