summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGrey Christoforo2016-07-23 13:15:17 +0100
committerGrey Christoforo2016-07-23 13:15:17 +0100
commitca793b353f1926c4dd83f9450e7c32f337072a54 (patch)
treefb87ee79ab88e04f47ecb0fe07a7e8e945f1448d /PKGBUILD
parentcec21e1a5274477cb7d6e0dc2a95989c7803c653 (diff)
downloadaur-python2-s2sphere.tar.gz
add python2-future
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3475f34d2112..a447aec254a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=python2-s2sphere
pkgver=0.2.4
-pkgrel=1
+pkgrel=2
pkgdesc="Python implementation of the S2 Geometry Library"
url="http://s2sphere.readthedocs.io"
-depends=('python2' )
+depends=('python2' 'python2-future')
makedepends=('python2-distribute' )
license=('MIT')
arch=('any')