From df65be2b18070d63ffd056e8563279e4646bee9a Mon Sep 17 00:00:00 2001 From: root Date: Mon, 19 Sep 2011 23:14:46 +0000 Subject: Mon Sep 19 23:14:46 UTC 2011 --- extra/bitlbee/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'extra/bitlbee') diff --git a/extra/bitlbee/PKGBUILD b/extra/bitlbee/PKGBUILD index c380932b8..e12295d43 100644 --- a/extra/bitlbee/PKGBUILD +++ b/extra/bitlbee/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 136183 2011-08-23 19:33:20Z bisson $ +# $Id: PKGBUILD 138192 2011-09-18 13:23:24Z bisson $ # Contributor: FUBAR # Contributor: simo # Contributor: Jeff 'codemac' Mickey @@ -7,12 +7,12 @@ pkgname=bitlbee pkgver=3.0.3 -pkgrel=3 +pkgrel=4 pkgdesc='Brings instant messaging (XMPP, MSN, Yahoo!, AIM, ICQ, Twitter) to IRC' arch=('i686' 'x86_64') url='http://www.bitlbee.org/' license=('GPL') -depends=('gnutls' 'glib2' 'libotr') +depends=('openssl' 'glib2' 'libotr') optdepends=('xinetd: to run bitlbee through xinetd') source=("http://get.bitlbee.org/src/${pkgname}-${pkgver}.tar.gz" 'xinetd' @@ -32,7 +32,7 @@ build() { --pidfile=/var/run/bitlbee/bitlbee.pid \ --ipcsocket=/var/run/bitlbee/bitlbee.sock \ --systemdsystemunitdir=/lib/systemd/system \ - --ssl=gnutls \ + --ssl=openssl \ --strip=0 \ --otr=1 \ -- cgit v1.2.3-54-g00ecf