diff options
Diffstat (limited to 'extra/telepathy-gabble')
-rw-r--r-- | extra/telepathy-gabble/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/telepathy-gabble/PKGBUILD b/extra/telepathy-gabble/PKGBUILD index f2ccb3dd3..89109d989 100644 --- a/extra/telepathy-gabble/PKGBUILD +++ b/extra/telepathy-gabble/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 133089 2011-07-27 19:11:28Z ibiru $ +# $Id: PKGBUILD 135521 2011-08-14 19:04:44Z ibiru $ # Maintainer : Ionut Biru <ibiru@archlinux.org> # Contributor: Daniel Balieiro <daniel@balieiro.com> # Contributor: Rodrigo L. M. Flores <mail@rodrigoflores.org> pkgname=telepathy-gabble pkgver=0.12.4 -pkgrel=1 +pkgrel=3 pkgdesc="A Jabber/XMPP connection manager for Telepathy" arch=('i686' 'x86_64') url="http://telepathy.freedesktop.org" @@ -20,7 +20,7 @@ md5sums=('428962565d568667d3ff1aa7eee3da51') build() { cd ${srcdir}/${pkgname}-${pkgver} PYTHON=/usr/bin/python2 ./configure --prefix=/usr \ - --libexecdir=/usr/lib/telepathy + --libexecdir=/usr/lib/telepathy --with-tls=openssl make } |