summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Miguel Fernandes Silva2019-11-26 15:30:30 +0000
committerBruno Miguel Fernandes Silva2019-11-26 15:30:30 +0000
commit4766a315338255deba14abe8f313ad8056bdab9f (patch)
tree7ecd23d6bb8c84211089dc1e2fb6736e5fe933b1
parentff1b4c57d44f73af419b101a387ce8372b0a1307 (diff)
downloadaur-4766a315338255deba14abe8f313ad8056bdab9f.tar.gz
Fix sha256 array length
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index afd927e21149..dcebb137cf2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,7 @@ license=('GPL3')
makedepends=('git' 'cmake' 'opencl-headers' 'gcc7')
depends=('libmicrohttpd' 'openssl' 'hwloc' 'cuda' 'ocl-icd')
source=("${pkgname}::git+https://github.com/fireice-uk/xmr-stak.git#branch=xmr-stak-rx-dev")
-sha256sums=('SKIP'
- 'b279c373afbce7cc8610c44f69a5e29a4b36969d131e2fd47229211a3903912a')
+sha256sums=('SKIP')
pkgver() {
cd "$srcdir/$pkgname"