perl-Module-Build: update to 0.4229.

This commit is contained in:
Leah Neukirchen 2019-04-17 10:41:28 +02:00
parent 9bb4ad3380
commit 594d136ad7

View file

@ -1,6 +1,6 @@
# Template file for 'perl-Module-Build'
pkgname=perl-Module-Build
version=0.4224
version=0.4229
revision=1
archs=noarch
wrksrc="${pkgname/perl-/}-${version}"
@ -13,8 +13,11 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
homepage="https://metacpan.org/release/Module-Build"
license="Artistic, GPL-1"
distfiles="${CPAN_SITE}/Module/${pkgname/perl-/}-${version}.tar.gz"
checksum=a6ca15d78244a7b50fdbf27f85c85f4035aa799ce7dd018a0d98b358ef7bc782
checksum=1fe491a6cda914b01bc8e592faa2b5404e9f35915ca15322f8f2a8d8f9008c18
pre_configure() {
unset XBPS_CROSS_BASE
}
post_install() {
rm -rf ${DESTDIR}/usr/share/doc/perl
}