perl-Sub-Name: rebuild to fix cross package
also use SPDX identifier and simplify *depends
This commit is contained in:
parent
8a21934b55
commit
d6fb109442
1 changed files with 4 additions and 4 deletions
|
@ -1,15 +1,15 @@
|
||||||
# Template build file for 'perl-Sub-Name'.
|
# Template build file for 'perl-Sub-Name'.
|
||||||
pkgname=perl-Sub-Name
|
pkgname=perl-Sub-Name
|
||||||
version=0.21
|
version=0.21
|
||||||
revision=3
|
revision=4
|
||||||
wrksrc="${pkgname/perl-/}-${version}"
|
wrksrc="${pkgname/perl-/}-${version}"
|
||||||
build_style=perl-module
|
build_style=perl-module
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl"
|
||||||
makedepends="${hostmakedepends}"
|
makedepends="perl"
|
||||||
depends="${hostmakedepends}"
|
depends="perl"
|
||||||
short_desc="Assigns a new name to referenced sub"
|
short_desc="Assigns a new name to referenced sub"
|
||||||
maintainer="newbluemoon <blaumolch@mailbox.org>"
|
maintainer="newbluemoon <blaumolch@mailbox.org>"
|
||||||
homepage="https://metacpan.org/release/Sub-Name"
|
homepage="https://metacpan.org/release/Sub-Name"
|
||||||
license="Artistic, GPL-1"
|
license="Artistic-1.0-Perl, GPL-1.0-or-later"
|
||||||
distfiles="${CPAN_SITE}/Sub/${pkgname/perl-/}-$version.tar.gz"
|
distfiles="${CPAN_SITE}/Sub/${pkgname/perl-/}-$version.tar.gz"
|
||||||
checksum="bd32e9dee07047c10ae474c9f17d458b6e9885a6db69474c7a494ccc34c27117"
|
checksum="bd32e9dee07047c10ae474c9f17d458b6e9885a6db69474c7a494ccc34c27117"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue