perl-PatchReader: fix license
Be aware that the license being set here is a guess based on the license for perl itself and weakly corroborated by arch. The package itself has no indication of a license outside of a single sub module (CVSClient.pm) which is licensed with the MPL.
This commit is contained in:
parent
9a9952bdd7
commit
f51160577c
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'perl-PatchReader'
|
# Template file for 'perl-PatchReader'
|
||||||
pkgname=perl-PatchReader
|
pkgname=perl-PatchReader
|
||||||
version=0.9.6
|
version=0.9.6
|
||||||
revision=4
|
revision=5
|
||||||
wrksrc="${pkgname/perl-/}-${version}"
|
wrksrc="${pkgname/perl-/}-${version}"
|
||||||
build_style=perl-module
|
build_style=perl-module
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl"
|
||||||
|
@ -9,7 +9,7 @@ makedepends="perl"
|
||||||
depends="$makedepends"
|
depends="$makedepends"
|
||||||
short_desc="PatchReader - Utilities to read and manipulate patches and CVS"
|
short_desc="PatchReader - Utilities to read and manipulate patches and CVS"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="Unknown"
|
license="Artistic-1.0-Perl, GPL-1.0-or-later"
|
||||||
homepage="https://metacpan.org/release/PatchReader"
|
homepage="https://metacpan.org/release/PatchReader"
|
||||||
distfiles="https://cpan.metacpan.org/authors/id/T/TM/TMANNERM/PatchReader-${version}.tar.gz"
|
distfiles="https://cpan.metacpan.org/authors/id/T/TM/TMANNERM/PatchReader-${version}.tar.gz"
|
||||||
checksum=b8de37460347bb5474dc01916ccb31dd2fe0cd92242c4a32d730e8eb087c323c
|
checksum=b8de37460347bb5474dc01916ccb31dd2fe0cd92242c4a32d730e8eb087c323c
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue