From dce0f884604b30a57f92e84bec030f63fb7f08bd Mon Sep 17 00:00:00 2001 From: Dirk Stolle Date: Tue, 23 Sep 2025 03:22:17 +0200 Subject: [PATCH] python-lxml: update to 6.0.2 --- python-lxml/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-lxml/PKGBUILD b/python-lxml/PKGBUILD index 4b2c92f3..2c8b6add 100644 --- a/python-lxml/PKGBUILD +++ b/python-lxml/PKGBUILD @@ -3,7 +3,7 @@ _realname=lxml pkgbase="python-${_realname}" pkgname=("python-${_realname}") -pkgver=6.0.1 +pkgver=6.0.2 pkgrel=1 pkgdesc="Python binding for the libxml2 and libxslt libraries" arch=('i686' 'x86_64') @@ -26,7 +26,7 @@ makedepends=( "python-installer" ) source=("https://github.com/lxml/lxml/archive/${_realname}-${pkgver}.tar.gz") -sha256sums=('2d7e4e2f141d935bcecb96a0de4e7662b120ecb3f60cfd7fe771d9cc52d246ba') +sha256sums=('21f2931fc1aa3c26f2caa40742e9dd491d3c368f1ceec3c341929abff3023535') prepare() { mv "lxml-lxml-${pkgver}" "lxml-${pkgver}"