Skip to content

Commit

Permalink
Merge pull request msys2#19107 from lazka/libxml2-2.12.0
Browse files Browse the repository at this point in the history
libxml2: Update to 2.12.0
  • Loading branch information
lazka authored Nov 17, 2023
2 parents ef58e9f + 1f50e0d commit 8600c5b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions mingw-w64-libxml2/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand All @@ -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'
Expand Down Expand Up @@ -77,6 +77,7 @@ build() {
--with-modules \
--enable-static \
--disable-shared \
--with-legacy \
--with-threads=win32 \
CFLAGS="${CFLAGS} -DLIBXML_STATIC_FOR_DLL -DNOLIBTOOL"
make
Expand All @@ -94,6 +95,7 @@ build() {
--with-modules \
--disable-static \
--enable-shared \
--with-legacy \
--with-threads=win32

# Hack for mingw python
Expand Down

0 comments on commit 8600c5b

Please sign in to comment.