summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavierCLL2020-04-25 16:22:30 -0700
committerXavierCLL2020-04-25 16:22:30 -0700
commit0d9dbf1e51affbc91db3625886eb0b827a1d5924 (patch)
treef303c1afdb4cd04e404768c7c4ff29fdc7b2b0d9
parent9cee360a7fa7c36fef982a90ddd84c29c663ea71 (diff)
downloadaur-python-django-geojson.tar.gz
Updated
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e26f353aade8..f10f72c64b58 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.12.0
+ pkgver = 3.0.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.12.0.tar.gz
- md5sums = 3a4f5204882c4570d358e856d19216cc
+ source = https://github.com/makinacorpus/django-geojson/archive/3.0.0.tar.gz
+ md5sums = 70305521f352329479ec9a10e16e22f4
pkgname = python-django-geojson
diff --git a/PKGBUILD b/PKGBUILD
index c66bb7c60c3e..0431bbebf29c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
pkgname=python-django-geojson
_pkgname=django-geojson
-pkgver=2.12.0
-_pkgver=2.12.0
+pkgver=3.0.0
+_pkgver=3.0.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=('3a4f5204882c4570d358e856d19216cc')
+md5sums=('70305521f352329479ec9a10e16e22f4')
package() {
cd "$_pkgname-$_pkgver"