summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSimPilotAdamT2022-03-09 09:37:29 +0000
committerSimPilotAdamT2022-03-09 09:37:29 +0000
commit056eb3ae93cf73a67ec6adc5648a5cbf473720b6 (patch)
tree96bad8932ceb79bca2882f9db7f3d6780589a550 /PKGBUILD
parentab890419f57a67f168bf7bc391e9cfced17c3db0 (diff)
downloadaur-056eb3ae93cf73a67ec6adc5648a5cbf473720b6.tar.gz
Fixing a list
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 01f0ff5e5498..4770f5de92fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,11 +7,11 @@
pkgname=cgminer
pkgver=4.11.1
_pkgver=$pkgver
-pkgrel=7
+pkgrel=10
pkgdesc="Multi-threaded multi-pool GPU, FPGA and ASIC miner for bitcoin"
url='http://ck.kolivas.org/apps/cgminer/'
license=('GPL3')
-arch=('x86_64''i386''armv7h')
+arch=('x86_64' 'i386' 'armv7h')
depends=('curl' 'libusb' 'jansson')
makedepends=('git')
source=("git+https://github.com/ckolivas/${pkgname}.git#tag=v$_pkgver"