summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af9fad10d5ec..cc35d42044f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xmr-stak-rx
pkgdesc = Unified All-in-one Monero miner (no cuda)
pkgver = 1.0.5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/fireice-uk/xmr-stak
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 889ea2872a14..7b59a123a8f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=xmr-stak-rx
pkgver=1.0.5
-pkgrel=1
+pkgrel=2
pkgdesc="Unified All-in-one Monero miner (no cuda)"
arch=('x86_64')
url="https://github.com/fireice-uk/xmr-stak"
@@ -19,6 +19,7 @@ build() {
cd build
cmake .. \
-DCUDA_ENABLE=OFF \
+ -DMICROHTTPD_ENABLE=OFF \
-DCMAKE_BUILD_TYPE=Plain
make VERBOSE=1
}