diff --git a/python-elementpath/repos/community-any/PKGBUILD b/python-elementpath/repos/community-any/PKGBUILD index 55957dee8455..9ef5519cc692 100644 --- a/python-elementpath/repos/community-any/PKGBUILD +++ b/python-elementpath/repos/community-any/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Felix Yan pkgname=python-elementpath -pkgver=2.0.3 +pkgver=2.0.4 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 @@ depends=('python') 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=('f5a393b3cae1e4a61c6824c51b69b94d14e265cbb4e4d8d118118307174a3177798da39172270c9fcc49bbcefd2e44c070d2d62db5d051e22c7bae5d5bb13506') +sha512sums=('2e2613388e3a49853bd9eb0947bdc989760582f3446fd11ba76567abe3b598349c6a41bfc4c30ec0a4a41d2429d335e562c557ee4bb15ee71f83b80f3992b349') build() { cd elementpath-$pkgver