Date: Tuesday, March 2, 2021 @ 10:45:29 Author: felixonmars Revision: 877193
upgpkg: python-elementpath 2.2.0-1 Modified: python-elementpath/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-02 10:45:28 UTC (rev 877192) +++ PKGBUILD 2021-03-02 10:45:29 UTC (rev 877193) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-elementpath -pkgver=2.1.4 +pkgver=2.2.0 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=('a843379abba9d1e66ddbb28048442beb6a640c91197284d41c2446cffbd4e90256dd93b14726560c998d0e294820b3f07620642b831f5b111c5d8e19ebfc64f4') +sha512sums=('db9950fc1d02d3207db73ad0066d681a8e3b293817e2b4fe0c133eff9e8d822f72d2fca4cd631802765d3ee82c2cae69beeae1332b427adac90bca61978d47a9') build() { cd elementpath-$pkgver
