diff options
Diffstat (limited to 'community/ncmpcpp/PKGBUILD')
-rw-r--r-- | community/ncmpcpp/PKGBUILD | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/community/ncmpcpp/PKGBUILD b/community/ncmpcpp/PKGBUILD index ea5fd713c..ecbf1b845 100644 --- a/community/ncmpcpp/PKGBUILD +++ b/community/ncmpcpp/PKGBUILD @@ -1,10 +1,11 @@ -# $Id: PKGBUILD 56902 2011-10-16 07:46:55Z bpiotrowski $ -# Maintainer: Mateusz Herych <heniekk@gmail.com> +# $Id: PKGBUILD 61735 2012-01-07 09:31:06Z bpiotrowski $ +# Maintainer: Mateusz Herych <heniekk@gmail.com> +# Maintainer: Bartłomiej Piotrowski <barthalion@gmail.com> # Contributor: Army <uli[dot]armbruster[at]gmail[dot]com> pkgname=ncmpcpp pkgver=0.5.8 -pkgrel=1 +pkgrel=2 pkgdesc="An almost exact clone of ncmpc with some new features." arch=('i686' 'x86_64') url="http://unkart.ovh.org/ncmpcpp/" @@ -18,8 +19,9 @@ build() { cd "$srcdir/${pkgname}-${pkgver}" ./configure --prefix=/usr \ --enable-unicode \ - --enable-clock \ - --with-taglib \ + --enable-clock \ + --with-taglib \ + --enable-outputs \ --with-curl make } |