[arch-commits] Commit in telepathy-gabble/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Mon Mar 14 09:02:22 UTC 2016


    Date: Monday, March 14, 2016 @ 10:02:22
  Author: heftig
Revision: 261429

Use gnutls again

Modified:
  telepathy-gabble/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-14 04:59:10 UTC (rev 261428)
+++ PKGBUILD	2016-03-14 09:02:22 UTC (rev 261429)
@@ -4,7 +4,7 @@
 # Contributor: Rodrigo L. M. Flores <mail at rodrigoflores.org>
 pkgname=telepathy-gabble
 pkgver=0.18.3
-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 $pkgname-$pkgver
   PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
-  	--libexecdir=/usr/lib/telepathy --with-tls=openssl
+  	--libexecdir=/usr/lib/telepathy
   make
 }
 



More information about the arch-commits mailing list