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 009de21bc94a..80dbec8bde5e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = nheqminer-cuda-git
arch = x86_64
license = MIT
makedepends = git
+ makedepends = cmake
depends = boost
depends = cuda
optdepends = zcash: zcash node and tools
diff --git a/PKGBUILD b/PKGBUILD
index 551ba29d89cf..afbe79ff34a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('x86_64')
url="https://github.com/nicehash/nheqminer/"
license=('MIT')
depends=('boost' 'cuda')
-makedepends=('git')
+makedepends=('git' 'cmake')
optdepends=('zcash: zcash node and tools')
source=("${pkgname}::git+https://github.com/nicehash/nheqminer.git#branch=Linux")
md5sums=('SKIP')