summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
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"