diff --git a/.SRCINFO b/.SRCINFO index e4de62d..a706a52 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,10 +1,10 @@ pkgbase = perl-exporter-lite pkgdesc = lightweight exporting of functions and variables pkgver = 0.09 - pkgrel = 3 + pkgrel = 4 url = https://metacpan.org/release/Exporter-Lite arch = any - license = Artistic-1.0-Perl + license = Artistic-2.0 depends = perl options = !emptydirs source = https://cpan.metacpan.org/authors/id/N/NE/NEILB/Exporter-Lite-0.09.tar.gz diff --git a/PKGBUILD b/PKGBUILD index b58a0a8..3a89690 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,10 +2,10 @@ pkgname='perl-exporter-lite' pkgver='0.09' -pkgrel='3' +pkgrel='4' pkgdesc="lightweight exporting of functions and variables" arch=('any') -license=('Artistic-1.0-Perl') +license=('Artistic-2.0') options=('!emptydirs') depends=('perl') url='https://metacpan.org/release/Exporter-Lite'