Date: Sunday, August 14, 2011 @ 14:53:29 Author: ibiru Revision: 135519
switch back to openssl, until the bug with gnutls 3.0.0 is fixed Modified: telepathy-gabble/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-08-14 15:36:57 UTC (rev 135518) +++ PKGBUILD 2011-08-14 18:53:29 UTC (rev 135519) @@ -4,7 +4,7 @@ # Contributor: Rodrigo L. M. Flores <[email protected]> pkgname=telepathy-gabble pkgver=0.12.4 -pkgrel=2 +pkgrel=3 pkgdesc="A Jabber/XMPP connection manager for Telepathy" arch=('i686' 'x86_64') url="http://telepathy.freedesktop.org" @@ -20,7 +20,7 @@ build() { cd ${srcdir}/${pkgname}-${pkgver} PYTHON=/usr/bin/python2 ./configure --prefix=/usr \ - --libexecdir=/usr/lib/telepathy + --libexecdir=/usr/lib/telepathy --with-tls=openssl make }
