From 0627c1eeefe2d4b498073653708036824f356df4 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Wed, 12 Mar 2025 22:09:26 +0100 Subject: [PATCH] use SPDX license identifier --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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'