summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHui Yiqun2017-06-10 16:19:03 +0800
committerHui Yiqun2017-06-10 16:19:03 +0800
commit41515a369b825db33b846cc5c81f0901ddcd5ccf (patch)
treebc4da4b8fd47b76715081270b8ddf8c86cb59bb1 /PKGBUILD
parentc30780d3f227103dccc20abe6cd47ace04f35949 (diff)
downloadaur-41515a369b825db33b846cc5c81f0901ddcd5ccf.tar.gz
include no-donate.patch in source
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 6 insertions, 3 deletions
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"