summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHui Yiqun2017-06-10 16:19:03 +0800
committerHui Yiqun2017-06-10 16:19:03 +0800
commit41515a369b825db33b846cc5c81f0901ddcd5ccf (patch)
treebc4da4b8fd47b76715081270b8ddf8c86cb59bb1
parentc30780d3f227103dccc20abe6cd47ace04f35949 (diff)
downloadaur-41515a369b825db33b846cc5c81f0901ddcd5ccf.tar.gz
include no-donate.patch in source
-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"