summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavierCLL2016-02-20 21:40:24 -0500
committerXavierCLL2016-02-20 21:40:24 -0500
commit6e758149c251dd6ee8e9e32eedc5e89b0f7b6695 (patch)
tree9fac8e685f3ed5da9ffd3fd7af7e3f6cc751796a
parentfeae6e468cbc84c73f0afa8a9e555f457dee5cf4 (diff)
downloadaur-6e758149c251dd6ee8e9e32eedc5e89b0f7b6695.tar.gz
Update version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e1d52a35d10e..7395e18c3ec8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Sun Feb 21 02:40:14 UTC 2016
pkgbase = python-django-geojson
pkgdesc = django-geojson is a collection of helpers to (de)serialize (Geo)Django objects into GeoJSON.
- pkgver = 2.8.1
+ pkgver = 2.9.0
pkgrel = 1
url = https://pypi.python.org/pypi/django-geojson
arch = any
@@ -8,8 +10,8 @@ pkgbase = python-django-geojson
makedepends = python-distribute
depends = python
depends = python-django
- source = https://github.com/makinacorpus/django-geojson/archive/2.8.1.zip
- md5sums = 6e8b920a1699ba611b747dc2c94f2e40
+ source = https://github.com/makinacorpus/django-geojson/archive/2.9.0.tar.gz
+ md5sums = 6dd9f9ea56e19e16764bcc89e9e0ea84
pkgname = python-django-geojson
diff --git a/PKGBUILD b/PKGBUILD
index af0493c88f57..94778408f74a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
pkgname=python-django-geojson
_pkgname=django-geojson
-pkgver=2.8.1
-_pkgver=2.8.1
+pkgver=2.9.0
+_pkgver=2.9.0
pkgrel=1
pkgdesc="django-geojson is a collection of helpers to (de)serialize (Geo)Django objects into GeoJSON."
arch=(any)
@@ -10,8 +10,8 @@ url="https://pypi.python.org/pypi/django-geojson"
license=('LGPL')
depends=('python' 'python-django')
makedepends=('python-distribute')
-source=(https://github.com/makinacorpus/$_pkgname/archive/$_pkgver.zip)
-md5sums=('6e8b920a1699ba611b747dc2c94f2e40')
+source=(https://github.com/makinacorpus/$_pkgname/archive/$_pkgver.tar.gz)
+md5sums=('6dd9f9ea56e19e16764bcc89e9e0ea84')
package() {
cd "$srcdir/$_pkgname-$_pkgver"