summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorŁukasz Pożarlik2018-11-04 10:07:52 +0100
committerŁukasz Pożarlik2018-11-04 10:07:52 +0100
commit870f8f31a41849a82b799a7afc0d9958fde3415e (patch)
treefe2766af8b9c70176c5f1b6ae8280d06aa00ff15
parent390cefa246724138053dc0b87cec3b5a13e3708b (diff)
downloadaur-870f8f31a41849a82b799a7afc0d9958fde3415e.tar.gz
update to 2.0.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d62b99749abc..be00aaf1cd34 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-django-location-field
pkgdesc = Let users pick locations using a map widget and store its latitude and longitude
- pkgver = 2.0.3
+ pkgver = 2.0.6
pkgrel = 2
url = https://github.com/caioariede/django-location-field
arch = any
@@ -9,8 +9,8 @@ pkgbase = python-django-location-field
makedepends = python-setuptools
makedepends = python2
makedepends = python2-setuptools
- source = https://files.pythonhosted.org/packages/source/d/django-location-field/django-location-field-2.0.3.tar.gz
- sha256sums = 981c3743b03856f22ede1039ab567df6af08852acce9359b62ecc3eca9253d39
+ source = https://files.pythonhosted.org/packages/source/d/django-location-field/django-location-field-2.0.6.tar.gz
+ sha256sums = 9d5be5270f23fd9949687ea7014838aba9e939127c9f2da082ffe112d34a43c8
pkgname = python-django-location-field
depends = python-django
diff --git a/PKGBUILD b/PKGBUILD
index 903b4fe2ee34..db7c8ae31894 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=('python-django-location-field' 'python2-django-location-field')
pkgdesc="Let users pick locations using a map widget and store its latitude and longitude"
-pkgver=2.0.3
+pkgver=2.0.6
pkgrel=2
url="https://github.com/caioariede/django-location-field"
license=('MIT')
@@ -12,7 +12,7 @@ makedepends=('python'
'python2'
'python2-setuptools')
source=("https://files.pythonhosted.org/packages/source/d/django-location-field/django-location-field-${pkgver}.tar.gz")
-sha256sums=('981c3743b03856f22ede1039ab567df6af08852acce9359b62ecc3eca9253d39')
+sha256sums=('9d5be5270f23fd9949687ea7014838aba9e939127c9f2da082ffe112d34a43c8')
build() {
cp -r ${srcdir}/django-location-field-${pkgver} ${srcdir}/django-location-field-${pkgver}-py2