summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavierCLL2017-06-28 18:09:26 -0500
committerXavierCLL2017-06-28 18:09:26 -0500
commitf13f41fd69538f1934dc6ef5a19427c541edf4ba (patch)
tree5ee1906e399faa135e1f144b2d720ec50d2746ce
parent62667e406f85fba51b0c898c4ce476402ab8d159 (diff)
downloadaur-f13f41fd69538f1934dc6ef5a19427c541edf4ba.tar.gz
update version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 94ef56521ec1..42ce7cf3f355 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sun Jan 22 22:38:38 UTC 2017
pkgbase = python-django-geojson
pkgdesc = django-geojson is a collection of helpers to (de)serialize (Geo)Django objects into GeoJSON.
- pkgver = 2.9.1
+ pkgver = 2.10.0
pkgrel = 1
url = https://pypi.python.org/pypi/django-geojson
arch = any
@@ -10,8 +8,8 @@ pkgbase = python-django-geojson
makedepends = python-distribute
depends = python
depends = python-django
- source = https://github.com/makinacorpus/django-geojson/archive/2.9.1.tar.gz
- md5sums = 5d0a2c9e4deb510fe3732045b05bbd8b
+ source = https://github.com/makinacorpus/django-geojson/archive/2.10.0.tar.gz
+ md5sums = 5ba3efaa496bcff452f4ac68b107e67c
pkgname = python-django-geojson
diff --git a/PKGBUILD b/PKGBUILD
index f0d19ac85a7b..266cc57d851a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
pkgname=python-django-geojson
_pkgname=django-geojson
-pkgver=2.9.1
-_pkgver=2.9.1
+pkgver=2.10.0
+_pkgver=2.10.0
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.tar.gz)
-md5sums=('5d0a2c9e4deb510fe3732045b05bbd8b')
+md5sums=('5ba3efaa496bcff452f4ac68b107e67c')
package() {
cd "$srcdir/$_pkgname-$_pkgver"