summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 348d22d88d8a..f28a309b9b61 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Apr 24 19:39:09 UTC 2016
+# Sun Apr 24 19:57:32 UTC 2016
pkgbase = minion
pkgdesc = Minion is a relatively new constraint solver which is fast and scales well as problem size increases
pkgver = 2.0
@@ -10,6 +10,7 @@ pkgbase = minion
license = GNU General Public License Version 2
makedepends = python2
makedepends = cmake
+ makedepends = mercurial
source = hg+https://bitbucket.org/stacs_cp/minion
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 54744c455772..59dd3337696c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Minion is a relatively new constraint solver which is fast and scales w
arch=('i686' 'x86_64')
url="http://constraintmodelling.org/minion/"
license=('GNU General Public License Version 2')
-makedepends=('python2' 'cmake')
+makedepends=('python2' 'cmake' 'mercurial')
source=("hg+https://bitbucket.org/stacs_cp/minion")
md5sums=('SKIP')