python-lxml: Update to 4.9.0

This commit is contained in:
Christoph Reiter
2022-06-19 18:55:38 +02:00
parent af0bb1b18f
commit c7ceaa03c4

View File

@@ -3,7 +3,7 @@
_realname=lxml
pkgbase="python-${_realname}"
pkgname=("python-${_realname}")
pkgver=4.8.0
pkgver=4.9.0
pkgrel=1
pkgdesc="Python binding for the libxml2 and libxslt libraries"
arch=('any')
@@ -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=('8d2b999f5c8a8a70a28a3875e5d1bf27c0555c922bfa0af34dc46e07913f2a47')
sha256sums=('9c7159b061c93e8658b4c4d9c4916ae493e771365512281c0e45ea4651262c7d')
prepare() {
mv "lxml-lxml-${pkgver}" "lxml-${pkgver}"