[arch-commits] Commit in bitlbee/trunk (PKGBUILD)
Gaetan Bisson
bisson at archlinux.org
Tue Apr 12 06:10:02 UTC 2011
Date: Tuesday, April 12, 2011 @ 02:10:02
Author: bisson
Revision: 119552
replace gnutls by openssl for FS#23678
Modified:
bitlbee/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-04-12 05:53:47 UTC (rev 119551)
+++ PKGBUILD 2011-04-12 06:10:02 UTC (rev 119552)
@@ -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 @@
--ipcsocket=/var/run/bitlbee/bitlbee.sock \
--strip=0 \
--otr=1 \
- --ssl=gnutls
+ --ssl=openssl
make
}
More information about the arch-commits
mailing list