diff options
Diffstat (limited to 'extra/telepathy-kde-text-ui/PKGBUILD')
-rw-r--r-- | extra/telepathy-kde-text-ui/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/telepathy-kde-text-ui/PKGBUILD b/extra/telepathy-kde-text-ui/PKGBUILD index 167622322..4ab0119a7 100644 --- a/extra/telepathy-kde-text-ui/PKGBUILD +++ b/extra/telepathy-kde-text-ui/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 204079 2014-01-15 08:54:39Z andrea $ +# $Id: PKGBUILD 206068 2014-02-16 21:43:53Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Laurent Carlier <lordheavym@gmail.com> pkgname=telepathy-kde-text-ui _pkgname=ktp-text-ui pkgver=0.7.1 -pkgrel=1 +pkgrel=2 pkgdesc="Telepathy handler for Text Chats" arch=('i686' 'x86_64') url="http://community.kde.org/Real-Time_Communication_and_Collaboration" license=('GPL') -depends=('telepathy-kde-contact-list' 'telepathy-logger-qt') +depends=('telepathy-kde-contact-list' 'qjson') makedepends=('cmake' 'automoc4' 'boost') groups=('kde-telepathy') source=("http://download.kde.org/stable/kde-telepathy/${pkgver}/src/${_pkgname}-${pkgver}.tar.bz2") |