summaryrefslogtreecommitdiff
path: root/community/ncmpcpp/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-04-10 00:01:08 +0000
committerroot <root@rshg054.dnsready.net>2012-04-10 00:01:08 +0000
commit223ca251f3ce07eb5484be845e631d6ca645b263 (patch)
treea9e543c45cd0d58c82e39617f602a718d86976c4 /community/ncmpcpp/PKGBUILD
parent1fed401c439c264bd92a4c13af1bea0bea458cb4 (diff)
Tue Apr 10 00:01:08 UTC 2012
Diffstat (limited to 'community/ncmpcpp/PKGBUILD')
-rw-r--r--community/ncmpcpp/PKGBUILD22
1 files changed, 11 insertions, 11 deletions
diff --git a/community/ncmpcpp/PKGBUILD b/community/ncmpcpp/PKGBUILD
index b973aa694..b79032d06 100644
--- a/community/ncmpcpp/PKGBUILD
+++ b/community/ncmpcpp/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 68325 2012-03-21 19:23:07Z bpiotrowski $
-# Maintainer: Mateusz Herych <heniekk@gmail.com>
-# Maintainer: Bartłomiej Piotrowski <barthalion@gmail.com>
+# $Id: PKGBUILD 69024 2012-04-08 09:31:15Z bpiotrowski $
+# Maintainer: Bartłomiej Piotrowski
+# Contributor: Mateusz Herych <heniekk@gmail.com>
# Contributor: Army <uli[dot]armbruster[at]gmail[dot]com>
pkgname=ncmpcpp
-pkgver=0.5.9
+pkgver=0.5.10
pkgrel=1
pkgdesc="An almost exact clone of ncmpc with some new features."
arch=('i686' 'x86_64')
@@ -13,16 +13,16 @@ license=('GPL')
depends=('curl' 'libmpdclient' 'taglib' 'ncurses')
install=ncmpcpp.install
source=(http://unkart.ovh.org/ncmpcpp/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('07f62d6574d0dcc99cad84adb9754203')
+md5sums=('298ed66325bcfe358e37e186c7ea4861')
build() {
cd "$srcdir/${pkgname}-${pkgver}"
- ./configure --prefix=/usr \
- --enable-unicode \
- --enable-clock \
- --with-taglib \
- --enable-outputs \
- --with-curl
+ ./configure --prefix=/usr \
+ --enable-unicode \
+ --enable-clock \
+ --with-taglib \
+ --enable-outputs \
+ --with-curl
make
}