diff options
author | root <root@rshg054.dnsready.net> | 2011-12-18 23:14:50 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-12-18 23:14:50 +0000 |
commit | d8fd24a96ae712b2de3e9b05d937b135f41d016d (patch) | |
tree | d7720f7ed4640d7aff2d5c472aeabcfad87df24f /community-staging/kadu | |
parent | 146025aa1c838c12fa7b4873414da73816bfb6bd (diff) |
Sun Dec 18 23:14:50 UTC 2011
Diffstat (limited to 'community-staging/kadu')
-rw-r--r-- | community-staging/kadu/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community-staging/kadu/PKGBUILD b/community-staging/kadu/PKGBUILD index 4b07a239f..278b2a8dd 100644 --- a/community-staging/kadu/PKGBUILD +++ b/community-staging/kadu/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 60706 2011-12-17 07:44:28Z bpiotrowski $ +# $Id: PKGBUILD 60735 2011-12-17 10:36:34Z bpiotrowski $ # Maintainer: Bartłomiej Piotrowski <barthalion@gmail.com> # Contributor: Mateusz Herych # Contributor: Jaroslaw Swierczynski <swiergot@aur.archlinux.org> pkgname=kadu pkgver=0.10.1 -pkgrel=2 +pkgrel=3 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' 'libmpdclient' 'xdg-utils') +depends=('libgadu' 'libxss' 'aspell' 'phonon' 'qca-ossl' 'libidn' 'libmpdclient' 'qtwebkit') makedepends=('cmake' 'libao' 'libsndfile' 'libxtst' 'curl') source=(http://download.kadu.im/stable/$pkgname-$pkgver.tar.bz2) md5sums=('6211a9a9e02d645268cbf055892601a0') |