perl-XML-Parser: rebuild to fix cross package
also use SPDX identifier and rearrange *depends
This commit is contained in:
parent
a83d38b495
commit
8c6be1d83a
1 changed files with 4 additions and 4 deletions
|
@ -1,15 +1,15 @@
|
|||
# Template build file for 'perl-XML-Parser'.
|
||||
pkgname=perl-XML-Parser
|
||||
version=2.44
|
||||
revision=10
|
||||
revision=11
|
||||
wrksrc="${pkgname/perl-/}-${version}"
|
||||
build_style=perl-module
|
||||
hostmakedepends="perl expat-devel"
|
||||
makedepends="${hostmakedepends}"
|
||||
hostmakedepends="perl"
|
||||
makedepends="perl expat-devel"
|
||||
depends="perl>=5.20"
|
||||
short_desc="Perl extension interface to James Clark's XML parser, expat"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="Artistic, GPL-1"
|
||||
license="Artistic-1.0-Perl, GPL-1.0-or-later"
|
||||
homepage="https://metacpan.org/release/XML-Parser"
|
||||
distfiles="${CPAN_SITE}/XML/${pkgname/perl-/}-${version}.tar.gz"
|
||||
checksum=1ae9d07ee9c35326b3d9aad56eae71a6730a73a116b9fe9e8a4758b7cc033216
|
||||
|
|
Loading…
Reference in a new issue