Date: Thursday, November 21, 2019 @ 20:49:32 Author: arojas Revision: 369576
Update to 2.9.10 Modified: libxml2/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-11-21 20:12:49 UTC (rev 369575) +++ PKGBUILD 2019-11-21 20:49:32 UTC (rev 369576) @@ -4,8 +4,8 @@ # Contributor: John Proctor <[email protected]> pkgname=libxml2 -pkgver=2.9.9 -pkgrel=6 +pkgver=2.9.10 +pkgrel=1 pkgdesc='XML parsing library, version 2' url='http://www.xmlsoft.org/' arch=(x86_64) @@ -12,7 +12,7 @@ license=(MIT) depends=(zlib readline ncurses xz icu) makedepends=(python2 python git) -_commit=f8a8c1f59db355b46962577e7b74f1a1e8149dc6 # tags/v2.9.9^0 +_commit=41a34e1f4ffae2ce401600dbb5fe43f8fe402641 # tags/v2.9.10^0 source=("git+https://gitlab.gnome.org/GNOME/libxml2.git#commit=$_commit" libxml2-2.9.8-python3-unicode-errors.patch https://www.w3.org/XML/Test/xmlts20130923.tar.gz)
