diff options
Diffstat (limited to 'extra/bitlbee/PKGBUILD')
-rw-r--r-- | extra/bitlbee/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/bitlbee/PKGBUILD b/extra/bitlbee/PKGBUILD index 7da66f7f9..880792b3d 100644 --- a/extra/bitlbee/PKGBUILD +++ b/extra/bitlbee/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 119552 2011-04-12 06:10:02Z bisson $ +# $Id: PKGBUILD 127301 2011-06-12 14:10:02Z bisson $ # Contributor: FUBAR <mrfubar@gmail.com> # Contributor: simo <simo@archlinux.org> # Contributor: Jeff 'codemac' Mickey <jeff@archlinux.org> @@ -6,8 +6,8 @@ # Maintainer: Gaetan Bisson <bisson@archlinux.org> pkgname=bitlbee -pkgver=3.0.2 -pkgrel=3 +pkgver=3.0.3 +pkgrel=1 pkgdesc='Brings instant messaging (XMPP, MSN, Yahoo!, AIM, ICQ, Twitter) to IRC' arch=('i686' 'x86_64') url='http://www.bitlbee.org/' @@ -17,7 +17,7 @@ optdepends=('xinetd: to run bitlbee through xinetd') source=("http://get.bitlbee.org/src/${pkgname}-${pkgver}.tar.gz" 'xinetd' 'rc.d') -sha1sums=('59113b1dc440ebd775e6cf324d1cfb698fb20cfc' +sha1sums=('4140eb7aaa2c6a39fa059d19f8fbaec0d7a1ebff' '5e0af27ba9cc4fe455e3381c75fc49a9326e2f17' 'be09d29af3853825778331df451f16ca9e452d03') |