python-lxml: update to 5.3.0

This commit is contained in:
Biswapriyo Nath
2024-09-05 07:53:18 +00:00
parent cbdbb91a25
commit 40515e2e91

View File

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