summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 73e6af37c54d..e3e1c2f083c9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xmr-stak-cpu-git
pkgdesc = Monero CPU miner
pkgver = r127.d0f991c
- pkgrel = 3
+ pkgrel = 5
url = https://github.com/nicehash/xmr-stak-cpu
arch = x86_64
license = GPL3
@@ -10,7 +10,9 @@ pkgbase = xmr-stak-cpu-git
depends = libmicrohttpd
depends = openssl
source = git+https://github.com/fireice-uk/xmr-stak-cpu.git
+ source = no-donate.patch
sha256sums = SKIP
+ sha256sums = b936a4db91f4c35e5ff0ac51c4c1590493ddf6427a82dd0e1f57ef931950e46f
pkgname = xmr-stak-cpu-git
diff --git a/PKGBUILD b/PKGBUILD
index 693b22448784..fe0cffbfb939 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,17 @@
pkgname=xmr-stak-cpu-git
pkgver=r127.d0f991c
-pkgrel=4
+pkgrel=5
pkgdesc="Monero CPU miner"
arch=('x86_64')
url="https://github.com/nicehash/xmr-stak-cpu"
license=('GPL3')
makedepends=('git' 'cmake')
depends=('libmicrohttpd' 'openssl')
-source=('git+https://github.com/fireice-uk/xmr-stak-cpu.git')
-sha256sums=('SKIP')
+source=('git+https://github.com/fireice-uk/xmr-stak-cpu.git'
+ 'no-donate.patch')
+sha256sums=('SKIP'
+ 'b936a4db91f4c35e5ff0ac51c4c1590493ddf6427a82dd0e1f57ef931950e46f')
+
pkgver() {
cd "$srcdir/xmr-stak-cpu"