diff options
author | root <root@rshg054.dnsready.net> | 2012-12-03 02:08:07 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-12-03 02:08:07 -0800 |
commit | cd3e25625999a62fa1c10e233f371a30d03f67c8 (patch) | |
tree | c81ad68238e51705df4f7ee13dbd3e2bd99044c6 /community | |
parent | 98ba4ae196183c2d9b1cc2d61cf1ee82302863e3 (diff) |
Mon Dec 3 02:06:13 PST 2012
Diffstat (limited to 'community')
-rw-r--r-- | community/cgminer/PKGBUILD | 6 | ||||
-rw-r--r-- | community/pianobar/PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/community/cgminer/PKGBUILD b/community/cgminer/PKGBUILD index ceca7b8c6..94189bc76 100644 --- a/community/cgminer/PKGBUILD +++ b/community/cgminer/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 80556 2012-11-25 02:22:58Z fyan $ +# $Id: PKGBUILD 80749 2012-12-02 10:11:57Z 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.5 +pkgver=2.9.6 _build= pkgrel=1 pkgdesc="Multi-threaded multi-pool CPU and GPU miner for bitcoin, forked from cpuminer." @@ -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=('0150307596fba26b03715d496d3e1bf8' +md5sums=('add25d92f771c5b505cdac3f1ceebf97' 'fe4a243fabe24608f5c05e40f0f118f6' 'ee39698273671fee0e98d4af16014c36' 'c2bb974adf92cc234fbf0136ebcb355d') diff --git a/community/pianobar/PKGBUILD b/community/pianobar/PKGBUILD index 37573019b..917812c98 100644 --- a/community/pianobar/PKGBUILD +++ b/community/pianobar/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 75011 2012-08-11 17:31:57Z dwallace $ +# $Id: PKGBUILD 80751 2012-12-03 03:27:47Z dwallace $ # Maintainer: Daniel Wallace < danielwallace at gtmanfred dot com> # Contributor: Mitch Bigelow <ipha00@gmail.com> # Contributor: Patrick Palka <patrick@parcs.ath.cx> pkgname=pianobar -pkgver=2012.06.24 +pkgver=2012.12.01 pkgrel=1 pkgdesc="console-based frontend for Pandora" url="http://6xq.net/0017" @@ -12,7 +12,7 @@ arch=('i686' 'x86_64') license=('MIT') depends=('libao' 'faad2' 'libmad' 'gnutls' 'json-c' 'libgcrypt') source=(http://6xq.net/projects/pianobar/$pkgname-$pkgver.tar.bz2) -sha256sums=('a80307dcfc8786c28d6025f54820664eca0cf26f888bd608c95d486762f908aa') +sha256sums=('a3909f796e7cef21b19d98282f332ecbcf9b2c60a2af22a0a2ce01e9c4d9f515') build() { cd "${srcdir}/${pkgname}-${pkgver}" |