mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
aur/pianobar: fix depends
This commit is contained in:
parent
d498b679ed
commit
42a4324916
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
# Maintainer: Mitch Bigelow <ipha00@gmail.com>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - add gnutls depend
|
||||
plugrel=1
|
||||
|
||||
pkgname=pianobar
|
||||
|
@ -9,7 +11,7 @@ pkgdesc="console-based frontend for Pandora (official version)"
|
|||
url="http://6xq.net/0017"
|
||||
arch=('i686' 'x86_64')
|
||||
license=('MIT')
|
||||
depends=('libao' 'faad2' 'libmad')
|
||||
depends=('libao' 'faad2' 'libmad' 'gnutls')
|
||||
source=(http://6xq.net/media/00/16/pianobar-$pkgver.tar.bz2)
|
||||
|
||||
_builddir="$pkgname-$pkgver"
|
||||
|
|
Loading…
Reference in a new issue