summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Niklas Böhm2021-10-16 16:33:51 +0200
committerJan Niklas Böhm2021-10-16 16:33:51 +0200
commit8df4316353fa1bb6e3e3636e5aff169fae9cfa3e (patch)
tree1dc011eba6bc81e7f8bb260710ac5fdf284af178
parentc380e0429eb6e82d2ed46769218c3d5e4d1123d1 (diff)
downloadaur-8df4316353fa1bb6e3e3636e5aff169fae9cfa3e.tar.gz
Update to version 1.1.1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ba7f39ae6196..23ca65c3f30b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-osmnx
pkgdesc = Retrieve, model, analyze, and visualize OpenStreetMap street networks and other spatial data
- pkgver = 0.16.2
+ pkgver = 1.1.1
pkgrel = 2
url = https://github.com/gboeing/osmnx
arch = any
@@ -19,8 +19,7 @@ pkgbase = python-osmnx
depends = python-scikit-learn
depends = python-scipy
depends = python-shapely
- source = https://files.pythonhosted.org/packages/source/o/osmnx/osmnx-0.16.2.tar.gz
- sha256sums = 45c94896ca068653b2c233db459d03d8070a813df6cd8d95143f0714f8e0e7d6
+ source = https://files.pythonhosted.org/packages/source/o/osmnx/osmnx-1.1.1.tar.gz
+ sha256sums = 8ed9b69f2365a252b9cae78a1611ef7adb6b9800ca880aa49b3edcde6bcc5fbc
pkgname = python-osmnx
-
diff --git a/PKGBUILD b/PKGBUILD
index 1d0d2cda4f9a..e8df90473f34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname='osmnx'
pkgname="python-${_pkgname}"
-pkgver=0.16.2
+pkgver=1.1.1
pkgrel=2
pkgdesc='Retrieve, model, analyze, and visualize OpenStreetMap street networks and other spatial data'
arch=('any')
@@ -27,7 +27,7 @@ depends=('python-descartes'
'python-shapely')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('45c94896ca068653b2c233db459d03d8070a813df6cd8d95143f0714f8e0e7d6')
+sha256sums=('8ed9b69f2365a252b9cae78a1611ef7adb6b9800ca880aa49b3edcde6bcc5fbc')
build() {
cd "${_pkgname}-${pkgver}"