summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Westover2021-10-23 13:47:36 -0400
committerBen Westover2021-10-23 13:47:36 -0400
commitd0e36e649f309eba50f90e71beefe678de9c047d (patch)
treebe5d14d438ab75b69a3968e27dcc1264d3fc35e5
parentbcb5dd0aac9cad30372cfdc66ce3cfd919c6f54a (diff)
downloadaur-d0e36e649f309eba50f90e71beefe678de9c047d.tar.gz
Remove i686 support as excavator miner is x86_64 only
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e143fb64e4d9..e2ccf7c6db8c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,6 @@ pkgbase = nuxhash-git
pkgrel = 3
url = https://github.com/YoRyan/nuxhash
arch = x86_64
- arch = i686
license = GPL3
makedepends = python-setuptools
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 2b054aaefefc..e650f6520e1c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname='nuxhash-git'
pkgver=v1.0.0b2.r33.g33e9a09
pkgrel=3
pkgdesc="A NiceHash cryptocurrency mining client for Linux."
-arch=('x86_64' 'i686')
+arch=('x86_64')
url="https://github.com/YoRyan/nuxhash"
license=('GPL3')
depends=('python' 'python-requests' 'curl' 'nvidia' 'opencl-nvidia' 'cuda')