diff --git a/python-lxml/PKGBUILD b/python-lxml/PKGBUILD index 5154ac19..8fec7a4d 100644 --- a/python-lxml/PKGBUILD +++ b/python-lxml/PKGBUILD @@ -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}"