diff options
Diffstat (limited to 'pcr/bitlbee-libpurple/PKGBUILD')
-rw-r--r-- | pcr/bitlbee-libpurple/PKGBUILD | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/pcr/bitlbee-libpurple/PKGBUILD b/pcr/bitlbee-libpurple/PKGBUILD index d57f08e04..52b2a3a19 100644 --- a/pcr/bitlbee-libpurple/PKGBUILD +++ b/pcr/bitlbee-libpurple/PKGBUILD @@ -11,20 +11,21 @@ pkgname=bitlbee-libpurple _pkgname=bitlbee -pkgver=3.4.1 -pkgrel=1.parabola1 -pkgdesc='Brings instant messaging (XMPP, MSN, Yahoo!, AIM, ICQ, Twitter) to IRC, without nonfree Skype support' +pkgver=3.5.1 +pkgrel=1 +pkgdesc='Brings instant messaging (XMPP, MSN, Yahoo!, AIM, ICQ, Twitter) to IRC, without nonfree Skype support. libpurple enabled.' url='http://www.bitlbee.org/' license=('GPL') -arch=('i686' 'x86_64' 'armv7h') +arch=('i686' 'x86_64' 'armv6h' 'armv7h') depends=('gnutls' 'glib2' 'libpurple') makedepends=('libotr' 'python') -optdepends=('libotr: for OTR encryption support') +optdepends=('skype4py: to use skyped' + 'libotr: for OTR encryption support') provides=("bitlbee=${pkgver}") conflicts=('bitlbee') source=("http://get.bitlbee.org/src/${_pkgname}-${pkgver}.tar.gz" 'bitlbee.tmpfiles') -sha1sums=('b77311b538ec1c584694784f119b99fb6b3f4859' +sha1sums=('de0767facdb7729253ae4d6ef6e3637ebd54939a' '3695ed2fe22436c4d0fc3ead829f7d1f89bc491c') backup=('etc/bitlbee/bitlbee.conf' 'etc/bitlbee/motd.txt') |