summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Stammler2016-11-10 16:59:14 +0100
committerSebastian Stammler2016-11-10 17:34:12 +0100
commitf5b8d850316746d8671187226579a2ed2ce55d7a (patch)
tree35e6d5cddf4622f52c8d599e70e4d41f78c68afb
parentf85a7253f62cf0fa381f3f69e057fba3eaf20a8a (diff)
downloadaur-f5b8d850316746d8671187226579a2ed2ce55d7a.tar.gz
Add build dependency 'cmake'
update pkgver
-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')