Merge pull request #4638 from lazka/python-lxml-5.2.2

python-lxml: Update to 5.2.2
This commit is contained in:
Christoph Reiter 2024-05-31 19:31:16 +02:00 committed by GitHub
commit f9b85b46d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@
_realname=lxml
pkgbase="python-${_realname}"
pkgname=("python-${_realname}")
pkgver=5.1.0
pkgver=5.2.2
pkgrel=1
pkgdesc="Python binding for the libxml2 and libxslt libraries"
arch=('any')
@ -27,7 +27,7 @@ makedepends=(
"python-installer"
)
source=("https://github.com/lxml/lxml/archive/${_realname}-${pkgver}.tar.gz")
sha256sums=('26c83dd0e6866a53d15606c3175d84cecb524e8bad6b8bfdd6112dc037c6be64')
sha256sums=('1801c8576a4fca14d46561f2963cebe4dad2c90f6d98aaaa4f241eff757e7c6c')
prepare() {
mv "lxml-lxml-${pkgver}" "lxml-${pkgver}"