diff options
| author | Pellegrino Prevete | 2022-06-03 00:13:14 +0000 |
|---|---|---|
| committer | Pellegrino Prevete | 2022-06-03 00:13:14 +0000 |
| commit | 1628c25cb62f25bebd6a2c8980bd7632ebbdd6e9 (patch) | |
| tree | 154f8912b66245d713d653a2c8ba1d47fc5504f4 | |
| parent | 94c0954bd7c22a8afd158017030e8a273fd86a27 (diff) | |
upgrade to 2.9.14
| -rw-r--r-- | .SRCINFO | 6 | ||||
| -rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -1,7 +1,7 @@ pkgbase = python2-libxml2 pkgdesc = XML parsing library, version 2 - pkgver = 2.9.13 - pkgrel = 2 + pkgver = 2.9.14 + pkgrel = 1 url = https://gitlab.gnome.org/GNOME/libxml2/-/wikis/home arch = aarch64 arch = i686 @@ -16,7 +16,7 @@ pkgbase = python2-libxml2 depends = ncurses depends = xz depends = icu - source = libxml2::git+https://gitlab.gnome.org/GNOME/libxml2.git#commit=a075d256fd9ff15590b86d981b75a50ead124fca + source = libxml2::git+https://gitlab.gnome.org/GNOME/libxml2.git#commit=7846b0a677f8d3ce72486125fa281e92ac9970e8 source = no-fuzz.diff source = https://www.w3.org/XML/Test/xmlts20130923.tar.gz sha256sums = SKIP @@ -7,15 +7,15 @@ _pkgname=libxml2 pkgname=python2-$_pkgname -pkgver=2.9.13 -pkgrel=2 +pkgver=2.9.14 +pkgrel=1 pkgdesc='XML parsing library, version 2' url='https://gitlab.gnome.org/GNOME/libxml2/-/wikis/home' arch=(aarch64 i686 pentium4 x86_64) license=(MIT) depends=(python2 $_pkgname zlib readline ncurses xz icu) makedepends=(git) -_commit=a075d256fd9ff15590b86d981b75a50ead124fca # tags/v2.9.13^0 +_commit=7846b0a677f8d3ce72486125fa281e92ac9970e8 # tags/v2.9.14^0 _w3_tests="https://www.w3.org/XML/Test/xmlts20130923.tar.gz" source=("${_pkgname}::git+https://gitlab.gnome.org/GNOME/libxml2.git#commit=$_commit" no-fuzz.diff # Do not run fuzzing tests |
