summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD5
3 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f14380ffc5b7..ba7f39ae6196 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = python-osmnx
pkgdesc = Retrieve, model, analyze, and visualize OpenStreetMap street networks and other spatial data
pkgver = 0.16.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/gboeing/osmnx
arch = any
license = MIT
makedepends = python-setuptools
- depends = python
depends = python-descartes
depends = python-folium
depends = python-geopandas
diff --git a/.gitignore b/.gitignore
index 4367ae4a50ac..05c6d4d4c97b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
*
!.gitignore
!.SRCINFO
-!PKGBUILD \ No newline at end of file
+!PKGBUILD
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'