python-lxml: update to 5.4.0

This commit is contained in:
Biswapriyo Nath
2025-04-26 04:23:38 +00:00
parent cbbc6b07f1
commit 9772ab4081

View File

@@ -3,7 +3,7 @@
_realname=lxml
pkgbase="python-${_realname}"
pkgname=("python-${_realname}")
pkgver=5.3.2
pkgver=5.4.0
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=('902dcb7afa740ad722a7821f307047caebc53f81a2ca15610060d493ab501c8e')
sha256sums=('12ed971a99bd07977e236bf59314cfd53fbf5d59f39d4a13caad901c7fceb0a2')
prepare() {
mv "lxml-lxml-${pkgver}" "lxml-${pkgver}"