python-lxml: update to 4.9.1

This commit is contained in:
Mehdi Chinoune
2022-12-01 17:55:45 +00:00
parent e67589ffd8
commit 105df05d4a

View File

@@ -3,8 +3,8 @@
_realname=lxml
pkgbase="python-${_realname}"
pkgname=("python-${_realname}")
pkgver=4.9.0
pkgrel=2
pkgver=4.9.1
pkgrel=1
pkgdesc="Python binding for the libxml2 and libxslt libraries"
arch=('any')
url="https://lxml.de/"
@@ -12,7 +12,7 @@ license=('spdx:BSD-3-Clause')
depends=("python" "libxslt" "libxml2")
makedepends=("gcc" "cython" "libxslt-devel" "libxml2-devel" "pkgconf" "python-setuptools")
source=("https://github.com/lxml/lxml/archive/${_realname}-${pkgver}.tar.gz")
sha256sums=('9c7159b061c93e8658b4c4d9c4916ae493e771365512281c0e45ea4651262c7d')
sha256sums=('e46a74cef580e069586b7a98e9a74b49e56b849822130654d28e00826db75095')
prepare() {
mv "lxml-lxml-${pkgver}" "lxml-${pkgver}"