perl-Sub-Name: rebuild to fix cross package

also use SPDX identifier
and simplify *depends
This commit is contained in:
newbluemoon 2018-09-04 08:13:16 +02:00 committed by maxice8
parent 8a21934b55
commit d6fb109442
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
1 changed files with 4 additions and 4 deletions

View File

@ -1,15 +1,15 @@
# Template build file for 'perl-Sub-Name'.
pkgname=perl-Sub-Name
version=0.21
revision=3
revision=4
wrksrc="${pkgname/perl-/}-${version}"
build_style=perl-module
hostmakedepends="perl"
makedepends="${hostmakedepends}"
depends="${hostmakedepends}"
makedepends="perl"
depends="perl"
short_desc="Assigns a new name to referenced sub"
maintainer="newbluemoon <blaumolch@mailbox.org>"
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"
checksum="bd32e9dee07047c10ae474c9f17d458b6e9885a6db69474c7a494ccc34c27117"