summaryrefslogtreecommitdiff
path: root/extra/bitlbee/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/bitlbee/PKGBUILD')
-rw-r--r--extra/bitlbee/PKGBUILD13
1 files changed, 5 insertions, 8 deletions
diff --git a/extra/bitlbee/PKGBUILD b/extra/bitlbee/PKGBUILD
index d4e1c3b34..ce74ff1bb 100644
--- a/extra/bitlbee/PKGBUILD
+++ b/extra/bitlbee/PKGBUILD
@@ -1,4 +1,5 @@
-# $Id: PKGBUILD 142776 2011-11-15 02:49:37Z bisson $
+# $Id: PKGBUILD 144362 2011-12-05 08:15:00Z bisson $
+
# Contributor: FUBAR <mrfubar@gmail.com>
# Contributor: simo <simo@archlinux.org>
# Contributor: Jeff 'codemac' Mickey <jeff@archlinux.org>
@@ -6,8 +7,8 @@
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
pkgname=bitlbee
-pkgver=3.0.3
-pkgrel=6
+pkgver=3.0.4
+pkgrel=1
pkgdesc='Brings instant messaging (XMPP, MSN, Yahoo!, AIM, ICQ, Twitter) to IRC'
arch=('i686' 'x86_64' 'mips64el')
url='http://www.bitlbee.org/'
@@ -15,11 +16,9 @@ license=('GPL')
depends=('openssl' 'glib2' 'libotr')
optdepends=('xinetd: to run bitlbee through xinetd')
source=("http://get.bitlbee.org/src/${pkgname}-${pkgver}.tar.gz"
- 'msn.patch'
'xinetd'
'rc.d')
-sha1sums=('4140eb7aaa2c6a39fa059d19f8fbaec0d7a1ebff'
- 'fee9dcd59ad0231ffbcae822f17b68d9a8684376'
+sha1sums=('2c2742948d1ed2c83ee5db2d2fbff5e8b656b8c4'
'5e0af27ba9cc4fe455e3381c75fc49a9326e2f17'
'be09d29af3853825778331df451f16ca9e452d03')
@@ -29,8 +28,6 @@ install=install
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- patch -p1 -i ../msn.patch
-
./configure --prefix=/usr \
--etcdir=/etc/bitlbee \
--pidfile=/var/run/bitlbee/bitlbee.pid \