summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGaute Hope2015-11-16 11:25:47 -0500
committerGaute Hope2015-11-16 11:25:47 -0500
commit01c659d92195b74013c35704561615258b1bbd6c (patch)
treefc55a1fff6925f2a1540e5e545346f6f3fa924d5 /PKGBUILD
parentc088ca0d1893639c302782417eb39a7ee8951cfb (diff)
downloadaur-01c659d92195b74013c35704561615258b1bbd6c.tar.gz
cartopy doesnt work with later shapely yet
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5623b413660b..d67ea3409612 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgver=0.13.0
pkgrel=1
pkgdesc="A cartographic python library with matplotlib support for visualisation"
url="http://scitools.org.uk/cartopy/docs/latest/"
-depends=('python' 'python-shapely' 'python-pyshp' 'python-pyproj')
+depends=('python' 'python-shapely<=1.5.12' 'python-pyshp' 'python-pyproj')
makedepends=('python3' 'cython')
license=('LGPLv3')
arch=('any')