diff options
Diffstat (limited to 'extra/telepathy-qt')
-rw-r--r-- | extra/telepathy-qt/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/extra/telepathy-qt/PKGBUILD b/extra/telepathy-qt/PKGBUILD index 0aa561c13..9a3e23e20 100644 --- a/extra/telepathy-qt/PKGBUILD +++ b/extra/telepathy-qt/PKGBUILD @@ -1,16 +1,17 @@ -# $Id: PKGBUILD 163541 2012-07-15 10:41:34Z andrea $ +# $Id: PKGBUILD 171095 2012-11-16 16:58:51Z andrea $ # Maintainer: Ionut Biru <ibiru@archlinux.org> # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=telepathy-qt pkgver=0.9.3 -pkgrel=1 +pkgrel=2 pkgdesc="A library for Qt-based Telepathy clients" arch=('i686' 'x86_64') url="http://telepathy.freedesktop.org/wiki/" license=('LGPL') options=('!libtool') -depends=('qt' 'telepathy-farstream') +depends=('qt' 'telepathy-glib') +#depends=('qt' 'telepathy-farstream') makedepends=('libxslt' 'python2' 'cmake' 'doxygen') conflicts=('telepathy-qt4') replaces=('telepathy-qt4') |