summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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')