summaryrefslogtreecommitdiff
path: root/extra/libmpdclient
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-10-31 01:12:24 -0700
committerroot <root@rshg054.dnsready.net>2013-10-31 01:12:24 -0700
commitb2a6f1b28b7fa31088cab9a90b0f5ab97948534d (patch)
treeafa7b467e44b704b69c66862852a8c3118b8e308 /extra/libmpdclient
parent7c151ac5589d3dbef5972f69a62b847ecf565bfa (diff)
Thu Oct 31 01:09:50 PDT 2013
Diffstat (limited to 'extra/libmpdclient')
-rw-r--r--extra/libmpdclient/PKGBUILD14
1 files changed, 6 insertions, 8 deletions
diff --git a/extra/libmpdclient/PKGBUILD b/extra/libmpdclient/PKGBUILD
index f715412f1..cfb809c21 100644
--- a/extra/libmpdclient/PKGBUILD
+++ b/extra/libmpdclient/PKGBUILD
@@ -1,22 +1,20 @@
-# $Id: PKGBUILD 182606 2013-04-10 23:43:13Z bisson $
-# Contributor: Andrea Scarpino <andrea@archlinux.org>
+# $Id: PKGBUILD 198596 2013-10-30 16:56:01Z bisson $
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
+# Contributor: Andrea Scarpino <andrea@archlinux.org>
pkgname=libmpdclient
-pkgver=2.8
+pkgver=2.9
pkgrel=1
pkgdesc='Asynchronous API library for interfacing MPD in the C, C++ & Objective C languages'
url='http://www.musicpd.org/libs/libmpdclient/'
license=('custom:BSD')
arch=('i686' 'x86_64')
-source=("http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2")
-sha1sums=('7e23c760296fe47e9e4108a0eba6fef08cfe4db8')
-
-options=('!libtool')
+source=("http://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('1a3557d4d1f78085db6285a8c8cb9085c300d9d3')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr --disable-static --disable-documentation
+ ./configure --prefix=/usr --disable-documentation
make
}