summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavierCLL2018-01-12 10:14:32 -0500
committerXavierCLL2018-01-12 10:14:32 -0500
commit7b4658c3c7c6315aa4543b78f2b9ec38e3cf648b (patch)
tree709f9c264ebb8d96bd554d57156df11cb7302441
parentf13f41fd69538f1934dc6ef5a19427c541edf4ba (diff)
downloadaur-7b4658c3c7c6315aa4543b78f2b9ec38e3cf648b.tar.gz
Updated version to 2.11
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42ce7cf3f355..c8b7ec53ff26 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.10.0
+ pkgver = 2.11.0
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.10.0.tar.gz
- md5sums = 5ba3efaa496bcff452f4ac68b107e67c
+ source = https://github.com/makinacorpus/django-geojson/archive/2.11.0.tar.gz
+ md5sums = 9b54eaf26d054bb43101b8ded17d0b80
pkgname = python-django-geojson
diff --git a/PKGBUILD b/PKGBUILD
index 266cc57d851a..a28cfed77d4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
pkgname=python-django-geojson
_pkgname=django-geojson
-pkgver=2.10.0
-_pkgver=2.10.0
+pkgver=2.11.0
+_pkgver=2.11.0
pkgrel=1
pkgdesc="django-geojson is a collection of helpers to (de)serialize (Geo)Django objects into GeoJSON."
arch=(any)
@@ -11,10 +11,10 @@ license=('LGPL')
depends=('python' 'python-django')
makedepends=('python-distribute')
source=(https://github.com/makinacorpus/$_pkgname/archive/$_pkgver.tar.gz)
-md5sums=('5ba3efaa496bcff452f4ac68b107e67c')
+md5sums=('9b54eaf26d054bb43101b8ded17d0b80')
package() {
- cd "$srcdir/$_pkgname-$_pkgver"
+ cd "$_pkgname-$_pkgver"
python setup.py build
python setup.py install --root=$pkgdir
}