diff options
author | root <root@rshg054.dnsready.net> | 2012-03-14 00:01:30 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-03-14 00:01:30 +0000 |
commit | 01a0c4bc740842efa3bf1a7e1d6c8be5656e4e2a (patch) | |
tree | c9cf79fb6311cbb2a890419e0a382aa211fb3010 /extra/libmpdclient | |
parent | ca06c41d7d8e5d38284de9048372ab45dcd8b2fb (diff) |
Wed Mar 14 00:01:29 UTC 2012
Diffstat (limited to 'extra/libmpdclient')
-rw-r--r-- | extra/libmpdclient/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/libmpdclient/PKGBUILD b/extra/libmpdclient/PKGBUILD index 277358431..91f6eb78e 100644 --- a/extra/libmpdclient/PKGBUILD +++ b/extra/libmpdclient/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 141673 2011-11-02 05:35:47Z bisson $ +# $Id: PKGBUILD 153242 2012-03-12 13:45:57Z bisson $ # Contributor: Andrea Scarpino <andrea@archlinux.org> # Maintainer: Gaetan Bisson <bisson@archlinux.org> pkgname=libmpdclient -pkgver=2.6 +pkgver=2.7 pkgrel=1 pkgdesc='Asynchronous API library for interfacing MPD in the C, C++ & Objective C languages' url='http://mpd.wikia.com/wiki/ClientLib:libmpdclient' @@ -11,7 +11,7 @@ license=('custom:BSD') arch=('i686' 'x86_64') options=('!libtool') source=("http://downloads.sourceforge.net/project/musicpd/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz") -sha1sums=('39bdcf5399fb98e34b8b6110057b64f4d1945333') +sha1sums=('f97e35525851eb192d3799f0dabe32915c56b96b') build() { cd "${srcdir}/${pkgname}-${pkgver}" |