From 1f50e0db464f574f578aa61c6ef2433224f5a517 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Fri, 17 Nov 2023 20:39:59 +0100 Subject: [PATCH] libxml2: Update to 2.12.0 --- mingw-w64-libxml2/PKGBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/mingw-w64-libxml2/PKGBUILD b/mingw-w64-libxml2/PKGBUILD index e3aa89a14f5b5..6bca37c92ffff 100644 --- a/mingw-w64-libxml2/PKGBUILD +++ b/mingw-w64-libxml2/PKGBUILD @@ -5,7 +5,7 @@ _realname=libxml2 pkgbase=mingw-w64-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}" "${MINGW_PACKAGE_PREFIX}-${_realname}-docs") -pkgver=2.11.6 +pkgver=2.12.0 pkgrel=1 arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') @@ -26,7 +26,7 @@ source=("https://download.gnome.org/sources/libxml2/${pkgver%.*}/${_realname}-${ 0029-xml2-config-win-paths.patch 0030-pkgconfig-add-Cflags-private.patch 0031-apply-msvc-relocation.patch) -sha256sums=('c90eee7506764abbe07bb616b82da452529609815aefef423d66ef080eb0c300' +sha256sums=('431521c8e19ca396af4fa97743b5a6bfcccddbba90e16426a15e5374cd64fe0d' '9b61db9f5dbffa545f4b8d78422167083a8568c59bd1129f94138f936cf6fc1f' '0391a4b267ba7251ca74ff2e98bf4c0332a14b618e8147a9341ec5617e45d9d9' '278b4531da3d2aabda080c412c5122b471202dd6df67768b38bb0c31c7a0e508' @@ -77,6 +77,7 @@ build() { --with-modules \ --enable-static \ --disable-shared \ + --with-legacy \ --with-threads=win32 \ CFLAGS="${CFLAGS} -DLIBXML_STATIC_FOR_DLL -DNOLIBTOOL" make @@ -94,6 +95,7 @@ build() { --with-modules \ --disable-static \ --enable-shared \ + --with-legacy \ --with-threads=win32 # Hack for mingw python