diff options
Diffstat (limited to 'community/pianobar/PKGBUILD')
-rw-r--r-- | community/pianobar/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/pianobar/PKGBUILD b/community/pianobar/PKGBUILD index bc1108a58..a8ec8cfd7 100644 --- a/community/pianobar/PKGBUILD +++ b/community/pianobar/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 103923 2014-01-13 17:16:56Z andyrtr $ +# $Id: PKGBUILD 113808 2014-06-30 18:03:21Z 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.09.15 -pkgrel=2 +pkgver=2014.06.08 +pkgrel=1 pkgdesc="console-based frontend for Pandora" url="http://6xq.net/0017" arch=('i686' 'x86_64') license=('MIT') -depends=('libao' 'faad2' 'libmad' 'gnutls' 'json-c' 'libgcrypt') +depends=('libao' 'ffmpeg') source=(http://6xq.net/projects/pianobar/$pkgname-$pkgver.tar.bz2) -sha256sums=('3f8cf25ef054acf46e519d02453a6e214cfa09661b3adc03da99ace1c6f10066') +sha256sums=('3348b4bdfa9959bc7aeb03ff6ff66e334f8efc78a84261558f18f5fbd543ed2b') build() { make -C "${srcdir}/${pkgname}-${pkgver}" |