perl-XML-LibXML: update to 2.0133.

This commit is contained in:
maxice8 2019-02-02 17:31:23 -02:00 committed by maxice8
parent cb56f66654
commit 2862016fcd
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'perl-XML-LibXML'
pkgname=perl-XML-LibXML
version=2.0132
revision=6
version=2.0133
revision=1
wrksrc="${pkgname/perl-/}-${version}"
build_style=perl-module
hostmakedepends="perl"
@ -12,10 +12,10 @@ maintainer="Martijn van Buul <martijn.van.buul@gmail.com>"
license="Artistic-1.0-Perl, GPL-1.0-or-later"
homepage="https://metacpan.org/release/XML-LibXML"
distfiles="${CPAN_SITE}/XML/${pkgname/perl-/}-${version}.tar.gz"
checksum=721452e3103ca188f5968ab06d5ba29fe8e00e49f4767790882095050312d476
checksum=5f25c5744424b2e9364f71f607e96c19e2c6fa188baeda34894d2336d30e4d9a
pre_configure() {
if [ -n "$CROSS_BUILD" ]; then
if [ "$CROSS_BUILD" ]; then
# Disable link and execute check for libxml2
sed -i Makefile.PL -e"s;_libxml_check_lib('xml2');1;"
fi