Skip to content

Commit

Permalink
libxml2: update to 2.11.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
Duncaen committed Jun 22, 2023
1 parent f055eba commit 1a16fec
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions srcpkgs/libxml2/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'libxml2'
pkgname=libxml2
version=2.11.2
revision=2
version=2.11.4
revision=1
build_style=gnu-configure
configure_args="--with-threads --with-history --with-icu
--with-legacy --with-ftp --with-xptr-locs --enable-static"
Expand All @@ -13,10 +13,16 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
license="MIT"
homepage="https://gitlab.gnome.org/GNOME/libxml2"
distfiles="${GNOME_SITE}/libxml2/${version%.*}/libxml2-${version}.tar.xz"
checksum=ac11e8b66176d49514bd4fa17c3fbdb3414aef64518ff9db536862e4682e2a64
checksum=737e1d7f8ab3f139729ca13a2494fd17bf30ddb4b7a427cf336252cab57f57f7
python_version=3
CFLAGS="-I$XBPS_CROSS_BASE/usr/include/python$py3_ver"

post_extract() {
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
rm -f test/ebcdic_566012.xml
fi
}

post_install() {
vlicense Copyright
}
Expand Down

0 comments on commit 1a16fec

Please sign in to comment.