summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavierCLL2019-06-25 20:43:52 -0500
committerXavierCLL2019-06-25 20:43:52 -0500
commit9cee360a7fa7c36fef982a90ddd84c29c663ea71 (patch)
tree2b96c92fe128e90e1afaa71247e1dabd8de1ca41
parent7b4658c3c7c6315aa4543b78f2b9ec38e3cf648b (diff)
downloadaur-9cee360a7fa7c36fef982a90ddd84c29c663ea71.tar.gz
update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c8b7ec53ff26..e26f353aade8 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.11.0
+ pkgver = 2.12.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.11.0.tar.gz
- md5sums = 9b54eaf26d054bb43101b8ded17d0b80
+ source = https://github.com/makinacorpus/django-geojson/archive/2.12.0.tar.gz
+ md5sums = 3a4f5204882c4570d358e856d19216cc
pkgname = python-django-geojson
diff --git a/PKGBUILD b/PKGBUILD
index a28cfed77d4b..c66bb7c60c3e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
pkgname=python-django-geojson
_pkgname=django-geojson
-pkgver=2.11.0
-_pkgver=2.11.0
+pkgver=2.12.0
+_pkgver=2.12.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=('9b54eaf26d054bb43101b8ded17d0b80')
+md5sums=('3a4f5204882c4570d358e856d19216cc')
package() {
cd "$_pkgname-$_pkgver"