summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg2017-08-31 17:18:49 +0200
committerJohannes Löthberg2017-08-31 17:18:49 +0200
commite73d26c68c7b8141e4bac731879a4426bece5206 (patch)
tree83d35262892db0a326a001661bab311d52477086
parenta8fd29a40fded47fd08f7ad0d58c7b39f1fcbb93 (diff)
downloadaur-e73d26c68c7b8141e4bac731879a4426bece5206.tar.gz
updpkg: 2.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 91b2382f6c27..77a8e6e2e6f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-geojson
pkgdesc = Python bindings and utlities for GeoJSON
- pkgver = 2.0.0
+ pkgver = 2.1.0
pkgrel = 1
url = https://github.com/frewsxcv/python-geojson
arch = any
license = BSD
makedepends = python-setuptools
depends = python
- source = python-geojson-2.0.0.tar.gz::https://github.com/frewsxcv/python-geojson/archive/2.0.0.tar.gz
- sha1sums = c7d592d56ed1631c0d2da31d7af90a75e10dbc88
+ source = python-geojson-2.1.0.tar.gz::https://github.com/frewsxcv/python-geojson/archive/2.1.0.tar.gz
+ sha1sums = 47ea5bfcf096c70bac60f81e02f46741c440a4ce
pkgname = python-geojson
diff --git a/PKGBUILD b/PKGBUILD
index 6d62ce56233d..78acc8ce0959 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Johannes Löthberg <johannes@kyriasis.com>
pkgname=python-geojson
-pkgver=2.0.0
+pkgver=2.1.0
pkgrel=1
pkgdesc="Python bindings and utlities for GeoJSON"
@@ -14,7 +14,7 @@ makedepends=('python-setuptools')
source=(python-geojson-$pkgver.tar.gz::https://github.com/frewsxcv/python-geojson/archive/$pkgver.tar.gz)
-sha1sums=('c7d592d56ed1631c0d2da31d7af90a75e10dbc88')
+sha1sums=('47ea5bfcf096c70bac60f81e02f46741c440a4ce')
package() {
cd python-geojson-$pkgver