summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorcaltlgin2020-12-03 09:08:26 +1300
committercaltlgin2020-12-03 09:08:26 +1300
commite596691aa8788c389acba03dfbdf70a4b2dd4d97 (patch)
tree292dd34e331189f1832fa9bb150f6c00bcb9560e /PKGBUILD
parent7b8a9201aeca0800a1ee57df3c5158b0e57ec13a (diff)
downloadaur-e596691aa8788c389acba03dfbdf70a4b2dd4d97.tar.gz
Python 3.9 rebuild
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 01ebe58c0636..7c8446b69084 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,13 @@
_pkgname='osmnx'
pkgname="python-${_pkgname}"
pkgver=0.16.2
-pkgrel=1
+pkgrel=2
pkgdesc='Retrieve, model, analyze, and visualize OpenStreetMap street networks and other spatial data'
arch=('any')
url='https://github.com/gboeing/osmnx'
_url_pypi='https://pypi.org/project/osmnx'
license=('MIT')
-depends=('python'
- 'python-descartes'
+depends=('python-descartes'
'python-folium'
'python-geopandas'
'python-matplotlib'