diff options
-rw-r--r-- | libre/bitlbee/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libre/bitlbee/PKGBUILD b/libre/bitlbee/PKGBUILD index 0afee05bd..3e379bc00 100644 --- a/libre/bitlbee/PKGBUILD +++ b/libre/bitlbee/PKGBUILD @@ -9,20 +9,20 @@ # Maintainer: Márcio Silva <coadde@parabola.nu> pkgname=bitlbee -pkgver=3.4 +pkgver=3.4.1 pkgrel=1.parabola1 pkgdesc='Brings instant messaging (XMPP, MSN, Yahoo!, AIM, ICQ, Twitter) to IRC, without nonfree Skype support' url='http://www.bitlbee.org/' license=('GPL') -arch=('i686' 'x86_64' 'mips64el') +arch=('i686' 'x86_64' 'armv7h') depends=('gnutls' 'glib2') -makedepends=('asciidoc' 'libotr') +makedepends=('python' 'libotr') optdepends=('libotr: for OTR encryption support') replaces=("${pkgname}-libre" "${pkgname}-parabola") conflicts=("${pkgname}-libre" "${pkgname}-parabola") source=("http://get.bitlbee.org/src/$pkgname-$pkgver.tar.gz" 'bitlbee.tmpfiles') -sha1sums=('3b22d9da741903a293fe3c25511448276c75b58a' +sha1sums=('b77311b538ec1c584694784f119b99fb6b3f4859' '3695ed2fe22436c4d0fc3ead829f7d1f89bc491c') backup=('etc/bitlbee/bitlbee.conf' 'etc/bitlbee/motd.txt') |