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

Antonio Rojas arojas at archlinux.org
Sat Feb 18 10:59:24 UTC 2017


    Date: Saturday, February 18, 2017 @ 10:59:23
  Author: arojas
Revision: 289141

switch to gnutls

Modified:
  telepathy-salut/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-18 10:54:56 UTC (rev 289140)
+++ PKGBUILD	2017-02-18 10:59:23 UTC (rev 289141)
@@ -4,13 +4,13 @@
 
 pkgname=telepathy-salut
 pkgver=0.8.1
-pkgrel=3
+pkgrel=4
 pkgdesc="A link-local XMPP connection manager for Telepathy"
 arch=('i686' 'x86_64')
 url="http://telepathy.freedesktop.org"
 groups=('telepathy')
 license=('LGPL')
-depends=('telepathy-glib' 'avahi' 'libsoup' 'sqlite3' 'util-linux')
+depends=('telepathy-glib' 'avahi' 'libsoup' 'util-linux')
 makedepends=('libxslt' 'python2' 'xmldiff')
 install=telepathy-salut.install
 source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
@@ -21,7 +21,7 @@
     ./configure --prefix=/usr \
     	--libexecdir=/usr/lib/telepathy \
         --disable-plugins --disable-Werror \
-        --with-tls=openssl \
+        --with-tls=gnutls \
         --enable-avahi-tests=no \
         --enable-static=no
     make



More information about the arch-commits mailing list