summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3166468208e5..a930e7101fe0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,18 @@
-#Maintainer: Franz Müller <ethylisocyanat@gmail.com>
+#Maintainer: Eli Patterson <elipup@gmail.com>
+#Contributer: Franz Müller <ethylisocyanat@gmail.com>
pkgname=('python-osmnx')
_pyname=osmnx
-pkgver=0.2.2
+pkgver=0.9
pkgrel=1
pkgdesc='Python framework for osm street network visualization'
url='https://github.com/gboeing/osmnx'
arch=('any')
license=('MIT')
-depends=('python-requests>=2.11' 'python-numpy>=1.11' 'python-pandas>=0.19' 'python-geopandas>=0.2.1' 'python-networkx>=1.11' 'python-matplotlib>=1.5' 'python-shapely>=1.5' 'python-descartes>=1.0' 'python-geopy>=1.11' 'python-rtree>=0.8.3')
+depends=('python-requests>=2.21' 'python-numpy>=1.15' 'python-pandas>=0.23' 'python-geopandas>=0.4' 'python-networkx>=2.2' 'python-matplotlib>=2.2' 'python-shapely>=1.6' 'python-descartes>=1.1' 'python-geopy>=1.14' 'python-rtree>=0.8.3')
makedepends=('python-setuptools')
source=("https://github.com/gboeing/osmnx/archive/v$pkgver.tar.gz")
-sha256sums=('3c4075c8493316659d79162bd5523f0216c9f186760897c2de07868f17a842db')
+sha256sums=('0653e839e84f557ee6bff29e50e17e704aa7c35f800c7b58f8c84317205049dc')
package() {