From 078014e648535f7dd2517cb7503f17aea665d7a3 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 22 Mar 2025 19:08:59 +0100 Subject: [PATCH] libxml2: update to 2.13.6. --- srcpkgs/libxml2/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/libxml2/template b/srcpkgs/libxml2/template index 336f0e0b1b7..73d41ef1466 100644 --- a/srcpkgs/libxml2/template +++ b/srcpkgs/libxml2/template @@ -1,11 +1,11 @@ # Template file for 'libxml2' pkgname=libxml2 -version=2.12.6 -revision=2 +version=2.13.6 +revision=1 build_style=gnu-configure configure_args="--with-threads --with-history --with-icu --with-legacy --with-ftp --with-xptr-locs --enable-static" -hostmakedepends="gettext pkg-config python3" +hostmakedepends="gettext pkg-config python3 python3-packaging-bootstrap" makedepends="zlib-devel ncurses-devel readline-devel liblzma-devel icu-devel python3-devel" short_desc="Library providing XML and HTML support" @@ -14,7 +14,7 @@ license="MIT" homepage="https://gitlab.gnome.org/GNOME/libxml2" changelog="https://gitlab.gnome.org/GNOME/libxml2/-/raw/master/NEWS" distfiles="${GNOME_SITE}/libxml2/${version%.*}/libxml2-${version}.tar.xz" -checksum=889c593a881a3db5fdd96cc9318c87df34eb648edfc458272ad46fd607353fbb +checksum=f453480307524968f7a04ec65e64f2a83a825973bcd260a2e7691be82ae70c96 python_version=3 CFLAGS="-I$XBPS_CROSS_BASE/usr/include/python$py3_ver"