* update libxml2 to 2.13.4-1

This commit is contained in:
Alexander Baldeck 2024-09-21 23:33:18 +02:00
parent 6e62b06450
commit 62a0c476a9
3 changed files with 36 additions and 2 deletions

30
libxml2/.SRCINFO Normal file
View File

@ -0,0 +1,30 @@
pkgbase = libxml2
pkgdesc = XML C parser and toolkit
pkgver = 2.13.4
pkgrel = 1
url = https://gitlab.gnome.org/GNOME/libxml2/-/wikis/home
arch = x86_64
license = MIT
makedepends = git
makedepends = python
depends = bash
depends = glibc
depends = icu
depends = ncurses
depends = readline
depends = xz
depends = zlib
source = git+https://gitlab.gnome.org/GNOME/libxml2.git#tag=v2.13.4
source = https://www.w3.org/XML/Test/xmlts20130923.tar.gz
source = 0001-HACK-Don-t-run-fuzzing-tests.patch
b2sums = dcf0d28e14f7f9515ea7e03b8d23f2646221c7dafef3d7555f4809bf51260470554c39db7500ecb126d176000e29908b03448a04d0c1281a125a5346aac4fa9b
b2sums = 63a47bc69278ef510cd0b3779aed729e1b309e30efa0015d28ed051cc03f9dfddb447ab57b07b3393e8f47393d15473b0e199c34cb1f5f746b15ddfaa55670be
b2sums = 151e84ee17051eeecfa8c62a7376ff269860f3ff6d33fb92209ff5f8dc9576a5648bbe9ffc96317695c069760ccfecaa3e6f19fb7a7c2e9f039a146d7fc8a516
pkgname = libxml2
optdepends = python: Python bindings
provides = libxml2.so
pkgname = libxml2-docs
pkgdesc = XML C parser and toolkit (documentation)
depends =

4
libxml2/.nvchecker.toml Normal file
View File

@ -0,0 +1,4 @@
[libxml2]
source = "git"
git = "https://gitlab.gnome.org/GNOME/libxml2.git"
prefix = "v"

View File

@ -10,7 +10,7 @@ pkgname=(
libxml2
libxml2-docs
)
pkgver=2.13.2
pkgver=2.13.4
pkgrel=1
pkgdesc="XML C parser and toolkit"
url="https://gitlab.gnome.org/GNOME/libxml2/-/wikis/home"
@ -34,7 +34,7 @@ source=(
https://www.w3.org/XML/Test/xmlts20130923.tar.gz
0001-HACK-Don-t-run-fuzzing-tests.patch
)
b2sums=('dc591e69571ead25e44a126746815c9d851ad99b7887f8021b054e6af98c80f87c421763648adbcf7c6e3a4f037aa111d4202b1f8479dda42731f05974902f86'
b2sums=('dcf0d28e14f7f9515ea7e03b8d23f2646221c7dafef3d7555f4809bf51260470554c39db7500ecb126d176000e29908b03448a04d0c1281a125a5346aac4fa9b'
'63a47bc69278ef510cd0b3779aed729e1b309e30efa0015d28ed051cc03f9dfddb447ab57b07b3393e8f47393d15473b0e199c34cb1f5f746b15ddfaa55670be'
'151e84ee17051eeecfa8c62a7376ff269860f3ff6d33fb92209ff5f8dc9576a5648bbe9ffc96317695c069760ccfecaa3e6f19fb7a7c2e9f039a146d7fc8a516')