summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Golatofski2018-02-06 17:37:57 +0100
committerFelix Golatofski2018-02-06 17:37:57 +0100
commit83eebfd372dd0e07b93b865b7db645ccb3961008 (patch)
tree130133c11feaf2d3b84085a1de255e1b8dca9a51
parent983cb92e637546c95cc1aab1d9eb5c0ccfbb290a (diff)
downloadaur-83eebfd372dd0e07b93b865b7db645ccb3961008.tar.gz
Bugfix
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7bd50af4d466..ef989598ba40 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -17,9 +17,9 @@ pkgbase = sgminer
optdepends = opencl-nvidia: OpenCL implementation for NVIDIA
optdepends = opencl-catalyst: OpenCL implementation for AMD
provides = sgminer
- source_i686 = https://github.com/nicehash/sgminer/releases/download/5.6.1/sgminer-5.6.1-nicehash-51-linux-amd64.zip
+ source_i686 = https://github.com/nicehash/sgminer/releases/download/5.6.1/sgminer-5.6.1-nicehash-51-linux-i386.zip
sha512sums_i686 = 0354a4cf25bf747435af12fe98b4c99cc9e7682bc5bf8b917897c2b3e3d0bb3838860a8d3667e4786ea34926ce7ed45b208978aa560e8f3ec7bd802272a77316
- source_x86_64 = https://github.com/nicehash/sgminer/releases/download/5.6.1/sgminer-5.6.1-nicehash-51-linux-i386.zip
+ source_x86_64 = https://github.com/nicehash/sgminer/releases/download/5.6.1/sgminer-5.6.1-nicehash-51-linux-amd64.zip
sha512sums_x86_64 = 19019fdf8da6e549c4fb81b06915ee810ea5110407209218e8a0206e76cde6240e1b4228179fa8836e711939037ab5138aeaa126a9a5c952ff7625cbc0d8828e
pkgname = sgminer
diff --git a/PKGBUILD b/PKGBUILD
index e763899b2582..fec174c87b24 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,8 +13,8 @@ optdepends=('ncurses5-compat: For ncurses formatted screen output'
'opencl-nvidia: OpenCL implementation for NVIDIA'
'opencl-catalyst: OpenCL implementation for AMD')
provides=('sgminer')
-source_i686=(https://github.com/nicehash/sgminer/releases/download/${pkgver}/sgminer-${pkgver}-nicehash-51-linux-amd64.zip)
-source_x86_64=(https://github.com/nicehash/sgminer/releases/download/${pkgver}/sgminer-${pkgver}-nicehash-51-linux-i386.zip)
+source_i686=(https://github.com/nicehash/sgminer/releases/download/${pkgver}/sgminer-${pkgver}-nicehash-51-linux-i386.zip)
+source_x86_64=(https://github.com/nicehash/sgminer/releases/download/${pkgver}/sgminer-${pkgver}-nicehash-51-linux-amd64.zip)
sha512sums_i686=('0354a4cf25bf747435af12fe98b4c99cc9e7682bc5bf8b917897c2b3e3d0bb3838860a8d3667e4786ea34926ce7ed45b208978aa560e8f3ec7bd802272a77316')
sha512sums_x86_64=('19019fdf8da6e549c4fb81b06915ee810ea5110407209218e8a0206e76cde6240e1b4228179fa8836e711939037ab5138aeaa126a9a5c952ff7625cbc0d8828e')