mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
aur/pianobar: fix depends
This commit is contained in:
parent
7bea94eb3e
commit
c9b709e3c7
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ pkgdesc="console-based frontend for Pandora"
|
||||||
url="http://6xq.net/0017"
|
url="http://6xq.net/0017"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
depends=('libao' 'faad2' 'libmad' 'gnutls')
|
depends=('libao' 'faad2' 'libmad' 'gnutls' 'json-c')
|
||||||
source=(http://6xq.net/media/00/16/pianobar-$pkgver.tar.bz2)
|
source=(http://6xq.net/media/00/16/pianobar-$pkgver.tar.bz2)
|
||||||
sha256sums=('b143882ca50303d560f49567d1a508ca4b48208db4eb8aa67f369fcaae708d7a')
|
sha256sums=('b143882ca50303d560f49567d1a508ca4b48208db4eb8aa67f369fcaae708d7a')
|
||||||
_builddir="$pkgname-$pkgver"
|
_builddir="$pkgname-$pkgver"
|
||||||
|
|
Loading…
Reference in a new issue