summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Seiler2019-05-22 06:03:21 +0200
committerAlexander Seiler2019-05-22 06:03:21 +0200
commitbf53ddaccfe056c2df0394317f869f9f3d27ece3 (patch)
tree1fb1ee82ea714dc9de05802b942009e2e8334446
parentc90dc441ec7fea24cc3064d229ca623511c3c939 (diff)
downloadaur-bf53ddaccfe056c2df0394317f869f9f3d27ece3.tar.gz
upgpkg: python-elementpath 1.1.8-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 dbe8846d6c94..28771b674bdd 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.7
+ pkgver = 1.1.8
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.7.tar.gz
- sha256sums = 65bf46e50d5e214f98f4484c037f013616174182c198d71d4549847f8c6fbd7e
+ source = https://files.pythonhosted.org/packages/source/e/elementpath/elementpath-1.1.8.tar.gz
+ sha256sums = c1aec0aec576fdb8fe6ade696b3fc370a8bb709af8b6d1aeb62e4a4396878da9
pkgname = python-elementpath
diff --git a/PKGBUILD b/PKGBUILD
index 181ef28a5eef..ec62202e7664 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-elementpath
_name=${pkgname#python-}
-pkgver=1.1.7
+pkgver=1.1.8
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=('65bf46e50d5e214f98f4484c037f013616174182c198d71d4549847f8c6fbd7e')
+sha256sums=('c1aec0aec576fdb8fe6ade696b3fc370a8bb709af8b6d1aeb62e4a4396878da9')
prepare() {
cd "$_name-$pkgver"