aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-06-08 16:15:46 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2015-06-08 16:15:46 +0200
commitcae84eb5d3207cd0f3ee816d682aeb6e5269c340 (patch)
tree04e719beebc8289a5138d1168e75c38f09ed0453
parentf51365d3064839cef36196eed89183338bacf389 (diff)
downloadpkgbuilds-cae84eb5d3207cd0f3ee816d682aeb6e5269c340.tar.xz
updpkg: 1.0.9 -> 1.1.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 094dc36..fbe4196 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by makepkg 4.2.1
-# Mon Jun 1 13:54:22 UTC 2015
+# Mon Jun 8 14:15:33 UTC 2015
pkgbase = python-geojson
pkgdesc = Python bindings and utlities for GeoJSON
- pkgver = 1.0.9
+ pkgver = 1.1.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.0.9.tar.gz
- sha1sums = ab717c085e3983f58b170a5e94816eb78bbc15c3
+ source = https://github.com/frewsxcv/python-geojson/archive/1.1.0.tar.gz
+ sha1sums = dbbc0770241f9eef870fcf3c2c7a45f47e6217b6
pkgname = python-geojson
diff --git a/PKGBUILD b/PKGBUILD
index 963f222..7ae431f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=python-geojson
-pkgver=1.0.9
+pkgver=1.1.0
pkgrel=1
pkgdesc="Python bindings and utlities for GeoJSON"
@@ -12,7 +12,7 @@ makedepends=('python-setuptools')
source=("https://github.com/frewsxcv/python-geojson/archive/$pkgver.tar.gz")
-sha1sums=('ab717c085e3983f58b170a5e94816eb78bbc15c3')
+sha1sums=('dbbc0770241f9eef870fcf3c2c7a45f47e6217b6')
package() {
cd python-geojson-$pkgver