summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Seiler2019-03-29 03:10:43 +0100
committerAlexander Seiler2019-03-29 03:10:43 +0100
commite66658c33adbc270402cacfce3298bbfed03e609 (patch)
treea0ce14e174e13f1b64d55b487b52bbd6a19236f4
parenta27a59f92f4b84d21a64ebca0c7690b108b7fedc (diff)
downloadaur-e66658c33adbc270402cacfce3298bbfed03e609.tar.gz
upgpkg: python-elementpath 1.1.6-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 d3d7844f27f0..4a14f060e1b1 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.5
+ pkgver = 1.1.6
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.5.tar.gz
- sha256sums = 94d5496fcbb0046378c1a383ae793f74cfa60a48b8fa9cc397c202b2f7d98c91
+ source = https://files.pythonhosted.org/packages/source/e/elementpath/elementpath-1.1.6.tar.gz
+ sha256sums = 53e4424382ab928ee29528b345270571007727ef4fda6757a0a0acd5f42d2515
pkgname = python-elementpath
diff --git a/PKGBUILD b/PKGBUILD
index 72db99098a10..849f6069eef0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-elementpath
_name=${pkgname#python-}
-pkgver=1.1.5
+pkgver=1.1.6
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=('94d5496fcbb0046378c1a383ae793f74cfa60a48b8fa9cc397c202b2f7d98c91')
+sha256sums=('53e4424382ab928ee29528b345270571007727ef4fda6757a0a0acd5f42d2515')
prepare() {
cd "$_name-$pkgver"