summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Seiler2019-04-26 12:13:17 +0200
committerAlexander Seiler2019-04-26 12:13:17 +0200
commitc90dc441ec7fea24cc3064d229ca623511c3c939 (patch)
tree6cff1903b108374181ea22c1440aa35119159112
parente66658c33adbc270402cacfce3298bbfed03e609 (diff)
downloadaur-c90dc441ec7fea24cc3064d229ca623511c3c939.tar.gz
upgpkg: python-elementpath 1.1.7-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 4a14f060e1b1..dbe8846d6c94 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.6
+ pkgver = 1.1.7
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.6.tar.gz
- sha256sums = 53e4424382ab928ee29528b345270571007727ef4fda6757a0a0acd5f42d2515
+ source = https://files.pythonhosted.org/packages/source/e/elementpath/elementpath-1.1.7.tar.gz
+ sha256sums = 65bf46e50d5e214f98f4484c037f013616174182c198d71d4549847f8c6fbd7e
pkgname = python-elementpath
diff --git a/PKGBUILD b/PKGBUILD
index 849f6069eef0..181ef28a5eef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-elementpath
_name=${pkgname#python-}
-pkgver=1.1.6
+pkgver=1.1.7
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=('53e4424382ab928ee29528b345270571007727ef4fda6757a0a0acd5f42d2515')
+sha256sums=('65bf46e50d5e214f98f4484c037f013616174182c198d71d4549847f8c6fbd7e')
prepare() {
cd "$_name-$pkgver"