summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiklas Böhm2021-11-18 14:14:00 +0100
committerNiklas Böhm2021-11-18 14:14:00 +0100
commit8c3f9c46ff7448e46aa4892fc17d7d9f18de31b3 (patch)
treee3eab0916f3207ec800e43b19600d7c00bfbecb1
parent8df4316353fa1bb6e3e3636e5aff169fae9cfa3e (diff)
downloadaur-8c3f9c46ff7448e46aa4892fc17d7d9f18de31b3.tar.gz
Update to version 1.1.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 23ca65c3f30b..fca987de6c8e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-osmnx
pkgdesc = Retrieve, model, analyze, and visualize OpenStreetMap street networks and other spatial data
- pkgver = 1.1.1
- pkgrel = 2
+ pkgver = 1.1.2
+ pkgrel = 1
url = https://github.com/gboeing/osmnx
arch = any
license = MIT
@@ -19,7 +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-1.1.1.tar.gz
- sha256sums = 8ed9b69f2365a252b9cae78a1611ef7adb6b9800ca880aa49b3edcde6bcc5fbc
+ source = https://files.pythonhosted.org/packages/source/o/osmnx/osmnx-1.1.2.tar.gz
+ sha256sums = e035523a0e2011425800dca0fdbb4dc41b55f6286960936e3dcf94e539c757e5
pkgname = python-osmnx
diff --git a/PKGBUILD b/PKGBUILD
index e8df90473f34..47950578c1cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
_pkgname='osmnx'
pkgname="python-${_pkgname}"
-pkgver=1.1.1
-pkgrel=2
+pkgver=1.1.2
+pkgrel=1
pkgdesc='Retrieve, model, analyze, and visualize OpenStreetMap street networks and other spatial data'
arch=('any')
url='https://github.com/gboeing/osmnx'
@@ -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=('8ed9b69f2365a252b9cae78a1611ef7adb6b9800ca880aa49b3edcde6bcc5fbc')
+sha256sums=('e035523a0e2011425800dca0fdbb4dc41b55f6286960936e3dcf94e539c757e5')
build() {
cd "${_pkgname}-${pkgver}"