python-lxml: update to 6.0.2

This commit is contained in:
Dirk Stolle 2025-09-23 03:22:17 +02:00
parent 8cd7ea945c
commit dce0f88460

View File

@ -3,7 +3,7 @@
_realname=lxml
pkgbase="python-${_realname}"
pkgname=("python-${_realname}")
pkgver=6.0.1
pkgver=6.0.2
pkgrel=1
pkgdesc="Python binding for the libxml2 and libxslt libraries"
arch=('i686' 'x86_64')
@ -26,7 +26,7 @@ makedepends=(
"python-installer"
)
source=("https://github.com/lxml/lxml/archive/${_realname}-${pkgver}.tar.gz")
sha256sums=('2d7e4e2f141d935bcecb96a0de4e7662b120ecb3f60cfd7fe771d9cc52d246ba')
sha256sums=('21f2931fc1aa3c26f2caa40742e9dd491d3c368f1ceec3c341929abff3023535')
prepare() {
mv "lxml-lxml-${pkgver}" "lxml-${pkgver}"