From 6dab5c46b00f624c7900ff6d11b75bcafbe251d0 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 13 Apr 2011 04:53:33 +0000 Subject: Wed Apr 13 04:53:33 UTC 2011 --- extra/bitlbee/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'extra/bitlbee/PKGBUILD') diff --git a/extra/bitlbee/PKGBUILD b/extra/bitlbee/PKGBUILD index 6f63f350a..7da66f7f9 100644 --- a/extra/bitlbee/PKGBUILD +++ b/extra/bitlbee/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 118945 2011-04-09 14:35:19Z bisson $ +# $Id: PKGBUILD 119552 2011-04-12 06:10:02Z bisson $ # Contributor: FUBAR # Contributor: simo # Contributor: Jeff 'codemac' Mickey @@ -7,12 +7,12 @@ pkgname=bitlbee pkgver=3.0.2 -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=('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' @@ -33,7 +33,7 @@ build() { --ipcsocket=/var/run/bitlbee/bitlbee.sock \ --strip=0 \ --otr=1 \ - --ssl=gnutls + --ssl=openssl make } -- cgit v1.2.3-54-g00ecf