upg libxml2
This commit is contained in:
parent
04c62cfc74
commit
68727127c4
2 changed files with 5 additions and 7 deletions
|
@ -8,7 +8,7 @@
|
|||
#pkgbase=libxml2
|
||||
#pkgname=(libxml2 libxml2-docs)
|
||||
pkgname=libxml2
|
||||
pkgver=2.11.4
|
||||
pkgver=2.11.5
|
||||
pkgrel=01
|
||||
# mixup between jobcore and staging 4/22 rebuild on jobcore used staging PKGBUILD-arch
|
||||
# so staging pkgrel is bumped up one to distinguish from jobcore's build
|
||||
|
@ -19,7 +19,7 @@ makedepends=(python git)
|
|||
optdepends=('python: Python bindings')
|
||||
provides=(libxml2.so)
|
||||
#options=(debug) ## uncomment this to have the debug pkg produced
|
||||
_commit=2e9f7860a9cb8be29eca90b7409ef0278d30ef10 # tags/v2.11.4^0
|
||||
_commit=2b998a4ffbdfea04fc6a620721abc690a15743af # tags/v2.11.5^0
|
||||
source=(
|
||||
"git+https://gitlab.gnome.org/GNOME/libxml2.git#commit=$_commit"
|
||||
0001-HACK-Don-t-run-fuzzing-tests.patch
|
||||
|
@ -95,6 +95,4 @@ sha256sums=(SKIP
|
|||
60921b7894753a079659369b49b718c83d09edd49de76503850e5560af778c3a # 0001-HACK-Don-t-run-fuzzing-tests.patch
|
||||
9b61db9f5dbffa545f4b8d78422167083a8568c59bd1129f94138f936cf6fc1f) # xmlts20130923.tar.gz
|
||||
|
||||
## 3c8b465985eedc9145fa47b5a079a8e65ce058847f5f25bbed54824c64a951e3 libxml2-2.11.4-01-x86_64.pkg.tar.lz
|
||||
|
||||
|
||||
## aba63b5793a85bf6f32663edcb9d870d2e8999cdd7aab735f151f8a8f023ce67 libxml2-2.11.5-01-x86_64.pkg.tar.lz
|
||||
|
|
|
@ -9,7 +9,7 @@ pkgname=(
|
|||
libxml2
|
||||
libxml2-docs
|
||||
)
|
||||
pkgver=2.11.4
|
||||
pkgver=2.11.5
|
||||
pkgrel=1
|
||||
pkgdesc="XML C parser and toolkit"
|
||||
url="https://gitlab.gnome.org/GNOME/libxml2/-/wikis/home"
|
||||
|
@ -26,7 +26,7 @@ makedepends=(
|
|||
git
|
||||
python
|
||||
)
|
||||
_commit=2e9f7860a9cb8be29eca90b7409ef0278d30ef10 # tags/v2.11.4^0
|
||||
_commit=2b998a4ffbdfea04fc6a620721abc690a15743af # tags/v2.11.5^0
|
||||
source=(
|
||||
"git+https://gitlab.gnome.org/GNOME/libxml2.git#commit=$_commit"
|
||||
0001-HACK-Don-t-run-fuzzing-tests.patch
|
||||
|
|
Loading…
Reference in a new issue