diff options
Diffstat (limited to 'main/perl-switch/APKBUILD')
-rw-r--r-- | main/perl-switch/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/perl-switch/APKBUILD b/main/perl-switch/APKBUILD index cf278b3fa8f..872ecfc65e0 100644 --- a/main/perl-switch/APKBUILD +++ b/main/perl-switch/APKBUILD @@ -2,11 +2,11 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=perl-switch pkgver=2.17 -pkgrel=4 +pkgrel=5 pkgdesc="A switch statement for Perl" url="https://metacpan.org/release/Switch/" arch="noarch" -license="Perl" +license="Artistic-1.0-Perl OR GPL-1.0-or-later" depends="perl" subpackages="$pkgname-doc" source="https://cpan.metacpan.org/authors/id/C/CH/CHORNY/Switch-$pkgver.tar.gz" |