summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiklas Böhm2024-02-24 10:51:52 +0100
committerNiklas Böhm2024-02-24 10:51:52 +0100
commitbec9f85808d058d3b12be853cb29b03a4659b5b2 (patch)
tree9967324fea9f5d52753fac6f176080237f54f11f
parent89c2a78ba07290cbe3e6f869c66bfdb5775e20ec (diff)
downloadaur-bec9f85808d058d3b12be853cb29b03a4659b5b2.tar.gz
Update to version 1.9.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index faf04a195030..371844a57b1e 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.6.0
+ pkgver = 1.9.1
pkgrel = 1
url = https://github.com/gboeing/osmnx
arch = any
@@ -20,7 +20,7 @@ pkgbase = python-osmnx
optdepends = python-scikit-learn: for neighbors
optdepends = python-gdal: for rasterization
optdepends = python-rasterio: for rasterization
- source = https://files.pythonhosted.org/packages/source/o/osmnx/osmnx-1.6.0.tar.gz
- sha256sums = 719c4dc00c2b489ea9e71a382b9e032721db462d9955edbbf740cd799d93feb3
+ source = https://files.pythonhosted.org/packages/source/o/osmnx/osmnx-1.9.1.tar.gz
+ sha256sums = 0c28e32755b27110b0dc140b74f7b66ba9d037f4a246dab8fb50d9383334e311
pkgname = python-osmnx
diff --git a/PKGBUILD b/PKGBUILD
index 67111a212356..cfc31b5fe527 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname='osmnx'
pkgname="python-${_pkgname}"
-pkgver=1.6.0
+pkgver=1.9.1
pkgrel=1
pkgdesc='Retrieve, model, analyze, and visualize OpenStreetMap street networks and other spatial data'
arch=('any')
@@ -29,7 +29,7 @@ optdepends=(
)
makedepends=('python-build' 'python-installer' 'python-wheel' 'python-hatchling')
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('719c4dc00c2b489ea9e71a382b9e032721db462d9955edbbf740cd799d93feb3')
+sha256sums=('0c28e32755b27110b0dc140b74f7b66ba9d037f4a246dab8fb50d9383334e311')
build() {
cd "${_pkgname}-${pkgver}"