summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Legner2018-09-30 19:32:19 +0200
committerSimon Legner2018-09-30 19:32:19 +0200
commit873446331dad5086e9bd64514636011ddd298d9a (patch)
tree297631f1800acccd28efe96cb3c4f419df3ba86d
parentbbe1438b0a95f69466d682591e8ea2bc42d4b9a7 (diff)
downloadaur-873446331dad5086e9bd64514636011ddd298d9a.tar.gz
Update to 0.5.0-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 792e723a3c30..d89a5647d1b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-cligj
pkgdesc = Click params for command line interfaces to GeoJSON
- pkgver = 0.4.0
- pkgrel = 2
+ pkgver = 0.5.0
+ pkgrel = 1
url = https://github.com/mapbox/cligj
arch = any
license = BSD
@@ -9,8 +9,8 @@ pkgbase = python-cligj
depends = python-click
depends = python-pytest-cov
options = !emptydirs
- source = https://pypi.python.org/packages/source/c/cligj/cligj-0.4.0.tar.gz
- sha256sums = 12ad07994f5c1173b06087ffbaacec52f9ebe4687926e5aacfc22b6b0c8b3f54
+ source = https://pypi.python.org/packages/source/c/cligj/cligj-0.5.0.tar.gz
+ sha256sums = 6c7d52d529a78712491974f975c33473f430c0f7beb18c0d7a402a743dcb460a
pkgname = python-cligj
diff --git a/PKGBUILD b/PKGBUILD
index 96a6ff355467..e3fd0f78072b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Simon Legner <Simon.Legner@gmail.com>
pkgname=python-cligj
_pyname=cligj
-pkgver=0.4.0
-pkgrel=2
+pkgver=0.5.0
+pkgrel=1
pkgdesc="Click params for command line interfaces to GeoJSON"
arch=('any')
url="https://github.com/mapbox/cligj"
@@ -26,4 +26,4 @@ package() {
python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
}
-sha256sums=('12ad07994f5c1173b06087ffbaacec52f9ebe4687926e5aacfc22b6b0c8b3f54')
+sha256sums=('6c7d52d529a78712491974f975c33473f430c0f7beb18c0d7a402a743dcb460a')