summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0775897a5107..8e8766313e5a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = nheqminer-cpu-git
pkgdesc = zcash equihash miner by NiceHash. Xenoncat CPU solver build.
- pkgver = 0.4b.r1.ge2a73b4
- pkgrel = 2
+ pkgver = 0.4b.r2.g519cdf0
+ pkgrel = 1
url = https://github.com/nicehash/nheqminer/
arch = x86_64
license = MIT
makedepends = git
+ makedepends = cmake
depends = boost
optdepends = zcash: zcash node and tools
source = nheqminer-cpu-git::git+https://github.com/nicehash/nheqminer.git
diff --git a/PKGBUILD b/PKGBUILD
index a668d3fc65e0..d834dc8e2bc6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('x86_64')
url="https://github.com/nicehash/nheqminer/"
license=('MIT')
depends=('boost')
-makedepends=('git')
+makedepends=('git' 'cmake')
optdepends=('zcash: zcash node and tools')
source=("${pkgname}::git+https://github.com/nicehash/nheqminer.git")
md5sums=('SKIP')