summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Seiler2019-08-15 02:53:12 +0200
committerAlexander Seiler2019-08-15 02:53:12 +0200
commita64ace190f37fba1572107d2416754334ff45ea0 (patch)
treec7bae13febe4bcb1ea5b7faea6e12ce341b74b0f
parentbf53ddaccfe056c2df0394317f869f9f3d27ece3 (diff)
downloadaur-python-elementpath.tar.gz
upgpkg: python-elementpath 1.2.0-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 28771b674bdd..de84ce2b4315 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-elementpath
pkgdesc = XPath 1.0/2.0 parsers and selectors for ElementTree.
- pkgver = 1.1.8
+ pkgver = 1.2.0
pkgrel = 1
url = https://pypi.org/project/elementpath
arch = any
license = MIT
makedepends = python-setuptools
depends = python
- source = https://files.pythonhosted.org/packages/source/e/elementpath/elementpath-1.1.8.tar.gz
- sha256sums = c1aec0aec576fdb8fe6ade696b3fc370a8bb709af8b6d1aeb62e4a4396878da9
+ source = https://files.pythonhosted.org/packages/source/e/elementpath/elementpath-1.2.0.tar.gz
+ sha256sums = 1701da8d78ab21d484ce2cb285af357fe39b9a74034edd86582aaf41ca17d6eb
pkgname = python-elementpath
diff --git a/PKGBUILD b/PKGBUILD
index ec62202e7664..c239ff06fa4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-elementpath
_name=${pkgname#python-}
-pkgver=1.1.8
+pkgver=1.2.0
pkgrel=1
pkgdesc="XPath 1.0/2.0 parsers and selectors for ElementTree."
arch=('any')
@@ -11,7 +11,7 @@ license=('MIT')
depends=('python')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('c1aec0aec576fdb8fe6ade696b3fc370a8bb709af8b6d1aeb62e4a4396878da9')
+sha256sums=('1701da8d78ab21d484ce2cb285af357fe39b9a74034edd86582aaf41ca17d6eb')
prepare() {
cd "$_name-$pkgver"