Date: Wednesday, January 6, 2021 @ 23:12:56 Author: felixonmars Revision: 811438
upgpkg: python-elementpath 2.1.1-1 Modified: python-elementpath/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-01-06 23:10:25 UTC (rev 811437) +++ PKGBUILD 2021-01-06 23:12:56 UTC (rev 811438) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-elementpath -pkgver=2.1.0 +pkgver=2.1.1 pkgrel=1 pkgdesc="XPath 1.0/2.0 parsers and selectors for ElementTree and lxml" url="https://github.com/sissaschool/elementpath" @@ -11,7 +11,7 @@ makedepends=('python-setuptools') checkdepends=('python-lxml' 'python-pytest' 'python-xmlschema') source=("$pkgname-$pkgver.tar.gz::https://github.com/sissaschool/elementpath/archive/v$pkgver.tar.gz") -sha512sums=('f3d2f6e3c8e60259be071184bedad2fa45dfba409bd4a0bcadaa6e190d99536c2e1e16f629ae4e697f6b0f8e533a3dde137fcfa36857b7f31ee7981870074bff') +sha512sums=('511844d201d6446896acc93815f38dbab02a8fd5c46f7ba4ffb0b5625d047f213b2419866b955c71f73cf76b485bedc97098248ea341e533774cabfc47fdfeda') build() { cd elementpath-$pkgver
