summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index be00aaf1cd34..f47314a39e56 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-django-location-field
pkgdesc = Let users pick locations using a map widget and store its latitude and longitude
- pkgver = 2.0.6
- pkgrel = 2
+ pkgver = 2.1.0
+ pkgrel = 1
url = https://github.com/caioariede/django-location-field
arch = any
license = MIT
@@ -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.6.tar.gz
- sha256sums = 9d5be5270f23fd9949687ea7014838aba9e939127c9f2da082ffe112d34a43c8
+ source = https://files.pythonhosted.org/packages/source/d/django-location-field/django-location-field-2.1.0.tar.gz
+ sha256sums = fbde6115814fb0b071b8026d5b0c906efca20a79536110f7dc33d1e505c85106
pkgname = python-django-location-field
depends = python-django
diff --git a/PKGBUILD b/PKGBUILD
index db7c8ae31894..a4c4a088374b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
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.6
-pkgrel=2
+pkgver=2.1.0
+pkgrel=1
url="https://github.com/caioariede/django-location-field"
license=('MIT')
arch=('any')
@@ -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=('9d5be5270f23fd9949687ea7014838aba9e939127c9f2da082ffe112d34a43c8')
+sha256sums=('fbde6115814fb0b071b8026d5b0c906efca20a79536110f7dc33d1e505c85106')
build() {
cp -r ${srcdir}/django-location-field-${pkgver} ${srcdir}/django-location-field-${pkgver}-py2