summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg2017-08-21 01:45:09 +0200
committerJohannes Löthberg2017-08-21 01:45:09 +0200
commit8b0dd7ee5fc7232e1f417ad1cad36c49251f3a6b (patch)
treed3b158f2a9d38cbafee61ab2ba064ed038aee24c
parentb7393a125440b1d7b345cbd279d4c4ba7b5a9c80 (diff)
downloadaur-8b0dd7ee5fc7232e1f417ad1cad36c49251f3a6b.tar.gz
updpkg: 2.0.0
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 300ee9064298..2bbe923107e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,13 @@
-# Generated by makepkg 4.2.1-219-g0ee1
-# Thu Oct 22 15:58:14 UTC 2015
pkgbase = python-geojson
pkgdesc = Python bindings and utlities for GeoJSON
- pkgver = 1.3.1
+ pkgver = 2.0.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.3.1.tar.gz
+ source = python-geojson-2.0.0.tar.gz::https://github.com/frewsxcv/python-geojson/archive/2.0.0.tar.gz
sha1sums = 8e51de90b0e860d7bfdc16143e66c3f2516e4c18
pkgname = python-geojson
diff --git a/PKGBUILD b/PKGBUILD
index 1507a97e54b7..52b1eab258bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Johannes Löthberg <johannes@kyriasis.com>
pkgname=python-geojson
-pkgver=1.3.1
+pkgver=2.0.0
pkgrel=1
pkgdesc="Python bindings and utlities for GeoJSON"
@@ -12,7 +12,7 @@ license=('BSD')
depends=('python')
makedepends=('python-setuptools')
-source=("https://github.com/frewsxcv/python-geojson/archive/$pkgver.tar.gz")
+source=(python-geojson-$pkgver.tar.gz::https://github.com/frewsxcv/python-geojson/archive/$pkgver.tar.gz)
sha1sums=('8e51de90b0e860d7bfdc16143e66c3f2516e4c18')