summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg2015-06-20 12:03:14 +0200
committerJohannes Löthberg2015-06-20 12:03:14 +0200
commit117bdff2323b361bac5c27290f043eac4ce24715 (patch)
treef3c2b5f52f4eb38d4060e27e8ccf5d603b1b90ea
parentcae84eb5d3207cd0f3ee816d682aeb6e5269c340 (diff)
downloadaur-117bdff2323b361bac5c27290f043eac4ce24715.tar.gz
updpkg: python-geojson 1.2.0-1
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fbe4196c72e3..7c3c09216f86 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
-# Generated by makepkg 4.2.1
-# Mon Jun 8 14:15:33 UTC 2015
+# Generated by makepkg 4.2.1-161-g36327-dirty
+# Sat Jun 20 10:03:10 UTC 2015
pkgbase = python-geojson
pkgdesc = Python bindings and utlities for GeoJSON
- pkgver = 1.1.0
+ pkgver = 1.2.0
pkgrel = 1
url = https://github.com/frewsxcv/python-geojson
arch = any
license = BSD
makedepends = python-setuptools
depends = python
- source = https://github.com/frewsxcv/python-geojson/archive/1.1.0.tar.gz
- sha1sums = dbbc0770241f9eef870fcf3c2c7a45f47e6217b6
+ source = https://github.com/frewsxcv/python-geojson/archive/1.2.0.tar.gz
+ sha1sums = 6fd94cc40b57cc56b00caf30c1a1bb0414cb9cb3
pkgname = python-geojson
diff --git a/PKGBUILD b/PKGBUILD
index 7ae431f378e1..fefc38f163ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,7 @@
+# Maintainer: Johannes Löthberg <johannes@kyriasis.com>
+
pkgname=python-geojson
-pkgver=1.1.0
+pkgver=1.2.0
pkgrel=1
pkgdesc="Python bindings and utlities for GeoJSON"
@@ -12,7 +14,7 @@ makedepends=('python-setuptools')
source=("https://github.com/frewsxcv/python-geojson/archive/$pkgver.tar.gz")
-sha1sums=('dbbc0770241f9eef870fcf3c2c7a45f47e6217b6')
+sha1sums=('6fd94cc40b57cc56b00caf30c1a1bb0414cb9cb3')
package() {
cd python-geojson-$pkgver