python-lxml: Update to 4.9.2

This commit is contained in:
Christoph Reiter
2022-12-17 10:42:47 +01:00
parent de554ba610
commit f23f6a1268

View File

@@ -3,8 +3,8 @@
_realname=lxml
pkgbase="python-${_realname}"
pkgname=("python-${_realname}")
pkgver=4.9.1
pkgrel=2
pkgver=4.9.2
pkgrel=1
pkgdesc="Python binding for the libxml2 and libxslt libraries"
arch=('any')
url="https://lxml.de/"
@@ -22,7 +22,7 @@ makedepends=(
"python-installer"
)
source=("https://github.com/lxml/lxml/archive/${_realname}-${pkgver}.tar.gz")
sha256sums=('e46a74cef580e069586b7a98e9a74b49e56b849822130654d28e00826db75095')
sha256sums=('c057e334efc357fc88eb71b888d2df3a44cf3c7aaac56a8753e92090c5217050')
prepare() {
mv "lxml-lxml-${pkgver}" "lxml-${pkgver}"