diff options
Diffstat (limited to 'community/kadu')
-rw-r--r-- | community/kadu/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/kadu/PKGBUILD b/community/kadu/PKGBUILD index 10d1a3ac6..0c116b3cd 100644 --- a/community/kadu/PKGBUILD +++ b/community/kadu/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 55999 2011-09-28 14:40:31Z mherych $ +# $Id: PKGBUILD 57067 2011-10-20 15:00:52Z bpiotrowski $ # Maintainer: Mateusz Herych # Contributor: Jaroslaw Swierczynski <swiergot@aur.archlinux.org> pkgname=kadu -pkgver=0.10.0 +pkgver=0.10.1 pkgrel=1 pkgdesc="A Qt-based Jabber/XMPP and Gadu-Gadu client" arch=('i686' 'x86_64') url="http://www.kadu.net/" license=('GPL') -depends=('libgadu' 'libxss' 'aspell' 'phonon' 'qca-ossl' 'libidn') +depends=('libgadu' 'libxss' 'aspell' 'phonon' 'qca-ossl' 'libidn' 'libmpdclient') makedepends=('cmake' 'libao' 'libsndfile' 'libxtst' 'curl') source=(http://www.kadu.net/download/stable/$pkgname-$pkgver.tar.bz2) -md5sums=('6d3e9889f53cf10c2cd9499aabbff67a') +md5sums=('6211a9a9e02d645268cbf055892601a0') build() { cd $srcdir/kadu-$pkgver |