summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d33fb09c33f..d2097c2eef79 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = python2-geohash
arch = any
license = APACHE
depends = python2
+ depends = python2-docutils
options = !emptydirs
source = https://pypi.python.org/packages/74/84/fa80c5e92854c7456b591f6e797c5be18315994afd3ef16a58694e1b5eb1/Geohash-1.0.tar.gz
md5sums = a7c4e57874061fae1e30dd8aa8b9b390
diff --git a/PKGBUILD b/PKGBUILD
index e6c779b3e401..5fa1616ee8e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=('any')
url="https://github.com/hkwi/python-geohash"
license=('APACHE')
groups=()
-depends=('python2')
+depends=('python2' 'python2-docutils')
makedepends=()
provides=()
conflicts=()