diff options
author | root <root@rshg054.dnsready.net> | 2012-12-11 02:08:20 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-12-11 02:08:20 -0800 |
commit | 37d560a05f516614c5765f171a5defb494a55acf (patch) | |
tree | 8fb8668e185033a9b8972b460d843aa6d23f829b /community/cgminer | |
parent | 4aef0a374e20e36cf2bf6e779d93789d9a5791ae (diff) |
Tue Dec 11 02:05:08 PST 2012
Diffstat (limited to 'community/cgminer')
-rw-r--r-- | community/cgminer/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/cgminer/PKGBUILD b/community/cgminer/PKGBUILD index ab0cceaad..e6dbde9c8 100644 --- a/community/cgminer/PKGBUILD +++ b/community/cgminer/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 80924 2012-12-07 01:06:40Z fyan $ +# $Id: PKGBUILD 81029 2012-12-10 12:02:49Z fyan $ # Maintainer: Felix Yan <felixonmars@gmail.com> # Contributor: monson <holymonson@gmail.com> # Contributor: Thomas Dziedzic < gostrc at gmail > # Contributor: David Manouchehri <david@davidmanouchehri.com> pkgname=cgminer -pkgver=2.9.7 +pkgver=2.10.0 _build= pkgrel=1 pkgdesc="Multi-threaded multi-pool CPU and GPU miner for bitcoin, forked from cpuminer." @@ -34,7 +34,7 @@ build() { # Here you may want to use custom CFLAGS #export CFLAGS="-O2 -march=native -mtune=native -msse2" - ./configure --prefix=/usr --enable-cpumining + ./configure --prefix=/usr --enable-cpumining --disable-adl make } @@ -50,7 +50,7 @@ package() { sed 's#/usr/local/bin#/usr/bin#g' example.conf > $pkgname.conf install -Dm644 $pkgname.conf "$pkgdir"/etc/$pkgname.conf } -md5sums=('76fad4ce6b5d7e22e04067ba48032dcc' +md5sums=('93437f0a26a409d9c06f7361befe9d0f' 'fe4a243fabe24608f5c05e40f0f118f6' 'ee39698273671fee0e98d4af16014c36' 'c2bb974adf92cc234fbf0136ebcb355d') |