diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-06-18 11:12:52 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-18 11:12:52 -0300 |
commit | dd960aca3bc1c0e7c87ffc87ff820b37d5b5a0a2 (patch) | |
tree | 7db37c02eaa9a1fe0edee9e35ef5d03754c80ebe /community/perl-time-local/APKBUILD | |
parent | 026d835636e0525f2912c5d2093b30db18e33190 (diff) | |
download | aports-dd960aca3bc1c0e7c87ffc87ff820b37d5b5a0a2.tar.bz2 aports-dd960aca3bc1c0e7c87ffc87ff820b37d5b5a0a2.tar.xz |
community/perl-time-local: fix license
Diffstat (limited to 'community/perl-time-local/APKBUILD')
-rw-r--r-- | community/perl-time-local/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/perl-time-local/APKBUILD b/community/perl-time-local/APKBUILD index 59f273055f..6f7ae57be6 100644 --- a/community/perl-time-local/APKBUILD +++ b/community/perl-time-local/APKBUILD @@ -4,11 +4,11 @@ pkgname=perl-time-local _pkgreal=Time-Local pkgver=1.28 -pkgrel=0 +pkgrel=1 pkgdesc="Efficiently compute time from local and GMT time" url="https://search.cpan.org/dist/Time-Local/" arch="noarch" -license="GPL PerlArtistic" +license="GPL-1.0-or-later OR Artistic-1.0-Perl" depends="$cpandepends" makedepends="perl-dev $cpanmakedepends" subpackages="$pkgname-doc" |