diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-10-11 19:37:22 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-10-11 19:37:22 -0500 |
commit | 5b8fefa5e910889c2af7e2f058af7e7a87a33b37 (patch) | |
tree | e50938ee206b5a670850db695525d8286029f849 /libre | |
parent | 2fb732562ae4db59f337a8ca18843a80b49f58ad (diff) | |
download | abslibre-5b8fefa5e910889c2af7e2f058af7e7a87a33b37.tar.gz abslibre-5b8fefa5e910889c2af7e2f058af7e7a87a33b37.tar.bz2 abslibre-5b8fefa5e910889c2af7e2f058af7e7a87a33b37.zip |
bitlbee-3.4.1-1.parabola1: updating version
Diffstat (limited to 'libre')
-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') |