summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e47754f7f31..c51e6b142f64 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = descartes
url = https://github.com/Toblerity/Shapely
arch = x86_64
groups = descartes
+ makedepends = mercurial
depends = python2-shapely
source = hg+https://bitbucket.org/sgillies/descartes
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index c55f3e1b0bd9..bf3d71f9c92a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ arch=('x86_64')
url="https://github.com/Toblerity/Shapely"
groups=('descartes')
depends=('python2-shapely')
+makedepends=('mercurial')
source=('hg+https://bitbucket.org/sgillies/descartes')
md5sums=('SKIP')