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

Gaetan Bisson bisson at archlinux.org
Tue Aug 23 19:32:37 UTC 2011


    Date: Tuesday, August 23, 2011 @ 15:32:36
  Author: bisson
Revision: 136181

FS#23678 fixed by gnutls upgrade; build against it as before

Modified:
  bitlbee/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-08-23 18:59:12 UTC (rev 136180)
+++ PKGBUILD	2011-08-23 19:32:36 UTC (rev 136181)
@@ -7,12 +7,12 @@
 
 pkgname=bitlbee
 pkgver=3.0.3
-pkgrel=2
+pkgrel=3
 pkgdesc='Brings instant messaging (XMPP, MSN, Yahoo!, AIM, ICQ, Twitter) to IRC'
 arch=('i686' 'x86_64')
 url='http://www.bitlbee.org/'
 license=('GPL')
-depends=('openssl' 'glib2' 'libotr')
+depends=('gnutls' 'glib2' 'libotr')
 optdepends=('xinetd: to run bitlbee through xinetd')
 source=("http://get.bitlbee.org/src/${pkgname}-${pkgver}.tar.gz"
 	'xinetd'
@@ -32,7 +32,7 @@
 		--pidfile=/var/run/bitlbee/bitlbee.pid \
 		--ipcsocket=/var/run/bitlbee/bitlbee.sock \
 		--systemdsystemunitdir=/lib/systemd/system \
-		--ssl=openssl \
+		--ssl=gnutls \
 		--strip=0 \
 		--otr=1 \
 




More information about the arch-commits mailing list