From 81438ecec9940a76160fb2d04861566ca176ed2b Mon Sep 17 00:00:00 2001 From: Nabil ADRAR Date: Fri, 19 May 2023 14:08:46 +0200 Subject: [PATCH 1/2] libxml2: update to 2.11.4. --- srcpkgs/libxml2/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libxml2/template b/srcpkgs/libxml2/template index c262fd43f2ee..5da6e0a2c1ea 100644 --- a/srcpkgs/libxml2/template +++ b/srcpkgs/libxml2/template @@ -1,6 +1,6 @@ # Template file for 'libxml2' pkgname=libxml2 -version=2.11.2 +version=2.11.4 revision=2 build_style=gnu-configure configure_args="--with-threads --with-history --with-icu @@ -13,8 +13,8 @@ maintainer="Enno Boland " license="MIT" homepage="https://gitlab.gnome.org/GNOME/libxml2" distfiles="${GNOME_SITE}/libxml2/${version%.*}/libxml2-${version}.tar.xz" -checksum=ac11e8b66176d49514bd4fa17c3fbdb3414aef64518ff9db536862e4682e2a64 -python_version=3 +checksum=737e1d7f8ab3f139729ca13a2494fd17bf30ddb4b7a427cf336252cab57f57f7 +python_version=2.11.4 CFLAGS="-I$XBPS_CROSS_BASE/usr/include/python$py3_ver" post_install() { From ad7549a5ce0cec4250c961dd39a6df4e01be2b71 Mon Sep 17 00:00:00 2001 From: Nabil ADRAR Date: Fri, 19 May 2023 16:37:37 +0200 Subject: [PATCH 2/2] Fix revision to start at 1 --- srcpkgs/libxml2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libxml2/template b/srcpkgs/libxml2/template index 5da6e0a2c1ea..fc8207d8a6c2 100644 --- a/srcpkgs/libxml2/template +++ b/srcpkgs/libxml2/template @@ -1,7 +1,7 @@ # Template file for 'libxml2' pkgname=libxml2 version=2.11.4 -revision=2 +revision=1 build_style=gnu-configure configure_args="--with-threads --with-history --with-icu --with-legacy --with-ftp --with-xptr-locs --enable-static"