summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavierCLL2015-08-14 23:02:46 -0500
committerXavierCLL2015-08-14 23:02:46 -0500
commitfeae6e468cbc84c73f0afa8a9e555f457dee5cf4 (patch)
tree3ef8c4593ba1c91866b00a5ce0ff9989da955270
parent86267e22a851cd96d86b91e18ffdd4f8433d50e8 (diff)
downloadaur-feae6e468cbc84c73f0afa8a9e555f457dee5cf4.tar.gz
Update version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6089c2245401..e1d52a35d10e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-django-geojson
pkgdesc = django-geojson is a collection of helpers to (de)serialize (Geo)Django objects into GeoJSON.
- pkgver = 2.8.0
+ pkgver = 2.8.1
pkgrel = 1
url = https://pypi.python.org/pypi/django-geojson
arch = any
@@ -8,8 +8,8 @@ pkgbase = python-django-geojson
makedepends = python-distribute
depends = python
depends = python-django
- source = https://github.com/makinacorpus/django-geojson/archive/2.8.0.zip
- md5sums = 9a7dbcd6a5396f464aa4040f25991190
+ source = https://github.com/makinacorpus/django-geojson/archive/2.8.1.zip
+ md5sums = 6e8b920a1699ba611b747dc2c94f2e40
pkgname = python-django-geojson
diff --git a/PKGBUILD b/PKGBUILD
index b223e9233dbf..af0493c88f57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
pkgname=python-django-geojson
_pkgname=django-geojson
-pkgver=2.8.0
-_pkgver=2.8.0
+pkgver=2.8.1
+_pkgver=2.8.1
pkgrel=1
pkgdesc="django-geojson is a collection of helpers to (de)serialize (Geo)Django objects into GeoJSON."
arch=(any)
@@ -11,7 +11,7 @@ license=('LGPL')
depends=('python' 'python-django')
makedepends=('python-distribute')
source=(https://github.com/makinacorpus/$_pkgname/archive/$_pkgver.zip)
-md5sums=('9a7dbcd6a5396f464aa4040f25991190')
+md5sums=('6e8b920a1699ba611b747dc2c94f2e40')
package() {
cd "$srcdir/$_pkgname-$_pkgver"