summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPellegrino Prevete2022-06-03 00:13:14 +0000
committerPellegrino Prevete2022-06-03 00:13:14 +0000
commit1628c25cb62f25bebd6a2c8980bd7632ebbdd6e9 (patch)
tree154f8912b66245d713d653a2c8ba1d47fc5504f4
parent94c0954bd7c22a8afd158017030e8a273fd86a27 (diff)
upgrade to 2.9.14
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d060c5..38c9b92 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 1fbd63b..2a712e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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