summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHui Yiqun2018-10-28 20:14:30 +0800
committerHui Yiqun2018-10-28 20:14:30 +0800
commit006d3978131efa4abf410236634d33f44db32322 (patch)
tree49d4411a7216c786072418977e2cb7263b0b1573
parent5d9925217ac997e3dc8c8ce40549ae7d269c02a6 (diff)
downloadaur-006d3978131efa4abf410236634d33f44db32322.tar.gz
gcc7 as makedepends
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f27608551b1..ca3a1c15b9fb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = xmr-stak-git
pkgdesc = Unified All-in-one Monero miner
- pkgver = r944.c5f0505
- pkgrel = 2
+ pkgver = r1098.752fd1e
+ pkgrel = 1
url = https://github.com/fireice-uk/xmr-stak
arch = x86_64
license = GPL3
makedepends = git
makedepends = cmake
makedepends = opencl-headers
+ makedepends = gcc7
depends = libmicrohttpd
depends = openssl
depends = hwloc
diff --git a/PKGBUILD b/PKGBUILD
index 4fdc48f3cd98..689e9645acc3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Hui Yiqun(huiyiqun@gmail.com)
pkgname=xmr-stak-git
-pkgver=r944.c5f0505
-pkgrel=2
+pkgver=r1098.752fd1e
+pkgrel=1
pkgdesc="Unified All-in-one Monero miner"
arch=('x86_64')
url="https://github.com/fireice-uk/xmr-stak"
license=('GPL3')
-makedepends=('git' 'cmake' 'opencl-headers')
+makedepends=('git' 'cmake' 'opencl-headers' 'gcc7')
depends=('libmicrohttpd' 'openssl' 'hwloc' 'cuda' 'ocl-icd')
source=('git+https://github.com/fireice-uk/xmr-stak.git'
'no-donate.patch')