summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Niklas Böhm2022-08-09 10:51:22 +0200
committerJan Niklas Böhm2022-08-09 10:51:22 +0200
commitf13841bbdb2aa7603704951b1058ad4c29d1742d (patch)
tree2989148b2b20a5eb2392620d1b48d54fb515bb70
parent8c3f9c46ff7448e46aa4892fc17d7d9f18de31b3 (diff)
downloadaur-f13841bbdb2aa7603704951b1058ad4c29d1742d.tar.gz
Update to version 1.2.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fca987de6c8e..2c0723bb6600 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 = 1.1.2
+ pkgver = 1.2.2
pkgrel = 1
url = https://github.com/gboeing/osmnx
arch = any
@@ -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.2.tar.gz
- sha256sums = e035523a0e2011425800dca0fdbb4dc41b55f6286960936e3dcf94e539c757e5
+ source = https://files.pythonhosted.org/packages/source/o/osmnx/osmnx-1.2.2.tar.gz
+ sha256sums = 30924452ca02758ece3301f9fcfb1b80edf31e2be7abe7fa7e0fefddb5050408
pkgname = python-osmnx
diff --git a/PKGBUILD b/PKGBUILD
index 47950578c1cb..e03388a9bf4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname='osmnx'
pkgname="python-${_pkgname}"
-pkgver=1.1.2
+pkgver=1.2.2
pkgrel=1
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=('e035523a0e2011425800dca0fdbb4dc41b55f6286960936e3dcf94e539c757e5')
+sha256sums=('30924452ca02758ece3301f9fcfb1b80edf31e2be7abe7fa7e0fefddb5050408')
build() {
cd "${_pkgname}-${pkgver}"