From 37d560a05f516614c5765f171a5defb494a55acf Mon Sep 17 00:00:00 2001 From: root Date: Tue, 11 Dec 2012 02:08:20 -0800 Subject: Tue Dec 11 02:05:08 PST 2012 --- community/cgminer/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'community/cgminer') 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 # Contributor: monson # Contributor: Thomas Dziedzic < gostrc at gmail > # Contributor: David Manouchehri 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') -- cgit v1.2.3-54-g00ecf