diff options
author | root <root@rshg054.dnsready.net> | 2013-10-07 03:11:14 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-10-07 03:11:14 -0700 |
commit | 9159b8ca1c97a398204d7a7d4d78c3394639bd02 (patch) | |
tree | b5f4812b9eb3f353870fe858d46ca76e9ea1f027 /community/pianobar/PKGBUILD | |
parent | d3bff0fc1a69eb487b5d45b168c018f44a53b223 (diff) |
Mon Oct 7 03:07:04 PDT 2013
Diffstat (limited to 'community/pianobar/PKGBUILD')
-rw-r--r-- | community/pianobar/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/pianobar/PKGBUILD b/community/pianobar/PKGBUILD index 08500156d..c135f0c73 100644 --- a/community/pianobar/PKGBUILD +++ b/community/pianobar/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 93512 2013-07-04 21:18:29Z dwallace $ +# $Id: PKGBUILD 98105 2013-10-06 00:35:49Z 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=2013.05.19 +pkgver=2013.09.15 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=('cf88e82663d2b0aa4d73e761506eac4f3e7bc789b57d92377acd994d785e1046') +sha256sums=('3f8cf25ef054acf46e519d02453a6e214cfa09661b3adc03da99ace1c6f10066') build() { make -C "${srcdir}/${pkgname}-${pkgver}" |