Date: Wednesday, March 30, 2022 @ 18:38:48 Author: arojas Revision: 1177820
Update to 2.9.13 Modified: lib32-libxml2/trunk/PKGBUILD ----------+ PKGBUILD | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-30 18:33:47 UTC (rev 1177819) +++ PKGBUILD 2022-03-30 18:38:48 UTC (rev 1177820) @@ -5,8 +5,8 @@ _pkgbasename=libxml2 pkgname=lib32-$_pkgbasename -pkgver=2.9.12 -pkgrel=2 +pkgver=2.9.13 +pkgrel=1 pkgdesc='XML parsing library, version 2 (32-bit)' url='http://www.xmlsoft.org/' arch=(x86_64) @@ -13,7 +13,7 @@ license=(MIT) depends=(lib32-zlib lib32-readline lib32-ncurses lib32-xz lib32-icu libxml2) makedepends=(git) -_commit=b48e77cf4f6fa0792c5f4b639707a2b0675e461b # tags/v2.9.12^0 +_commit=a075d256fd9ff15590b86d981b75a50ead124fca # tags/v2.9.13^0 source=("git+https://gitlab.gnome.org/GNOME/libxml2.git#commit=$_commit") sha256sums=('SKIP') @@ -25,15 +25,6 @@ prepare() { cd ${_pkgbasename} - # Work around lxml API abuse - git cherry-pick -n 85b1792e37b131e7a51af98a37f92472e8de5f3f - # Fix regression in xmlNodeDumpOutputInternal - git cherry-pick -n 13ad8736d294536da4cbcd70a96b0a2fbf47070c - # Fix XPath recursion limit - git cherry-pick -n 3e1aad4fe584747fd7d17cc7b2863a78e2d21a77 - # Fix whitespace when serializing empty HTML documents - git cherry-pick -n 92d9ab4c28842a09ca2b76d3ff2f933e01b6cd6f - NOCONFIGURE=1 ./autogen.sh }
