summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorŁukasz Pożarlik2023-07-15 21:45:04 +0200
committerŁukasz Pożarlik2023-07-15 21:45:04 +0200
commitf0f7a4aacd9ff2b5e5ef709566b9fd56e23bb609 (patch)
tree579276e145c80f387d750a710ec6d6284d737e05
parent885b77aebe1e795138202a554e15bcf2a5575173 (diff)
downloadaur-f0f7a4aacd9ff2b5e5ef709566b9fd56e23bb609.tar.gz
Update to 2.7.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ba0367fa1b28..f9eb9972962c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-django-location-field
pkgdesc = Let users pick locations using a map widget and store its latitude and longitude
- pkgver = 2.1.0
- pkgrel = 5
+ pkgver = 2.7.1
+ pkgrel = 1
url = https://github.com/caioariede/django-location-field
arch = any
license = MIT
makedepends = python
makedepends = python-setuptools
depends = python-django
- source = https://files.pythonhosted.org/packages/source/d/django-location-field/django-location-field-2.1.0.tar.gz
- sha256sums = fbde6115814fb0b071b8026d5b0c906efca20a79536110f7dc33d1e505c85106
+ source = https://github.com/caioariede/django-location-field/archive/refs/tags/v2.7.1.tar.gz
+ sha256sums = bbe1218ad73009377d689ccf6632b3b7be4f1393bcf853cbd7b4519a09b46294
pkgname = python-django-location-field
diff --git a/PKGBUILD b/PKGBUILD
index d321b877ac8b..a724ea56882f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
pkgname=('python-django-location-field')
pkgdesc="Let users pick locations using a map widget and store its latitude and longitude"
-pkgver=2.1.0
-pkgrel=5
+pkgver=2.7.1
+pkgrel=1
url="https://github.com/caioariede/django-location-field"
license=('MIT')
arch=('any')
makedepends=('python'
'python-setuptools')
depends=('python-django')
-source=("https://files.pythonhosted.org/packages/source/d/django-location-field/django-location-field-${pkgver}.tar.gz")
-sha256sums=('fbde6115814fb0b071b8026d5b0c906efca20a79536110f7dc33d1e505c85106')
+source=("https://github.com/caioariede/django-location-field/archive/refs/tags/v$pkgver.tar.gz")
+sha256sums=('bbe1218ad73009377d689ccf6632b3b7be4f1393bcf853cbd7b4519a09b46294')
build() {
cd ${srcdir}/django-location-field-${pkgver}