diff options
author | Mattias Giese | 2018-04-15 00:09:04 +1200 |
---|---|---|
committer | Mattias Giese | 2018-04-15 00:09:04 +1200 |
commit | 58f305709f83bf03392fba47789589115ae8c63e (patch) | |
tree | fa8ece81f4bae9aee7a4620657d612662c7921c1 | |
parent | 3855d73d99814c59d3d1b3c04622c38b7e656bc0 (diff) | |
download | aur-58f305709f83bf03392fba47789589115ae8c63e.tar.gz |
Add libpurple dependency, add armv7h to arches as suggested in the comments
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 8 |
2 files changed, 7 insertions, 7 deletions
@@ -1,17 +1,17 @@ -# Generated by mksrcinfo v8 -# Tue Dec 22 15:15:09 UTC 2015 pkgbase = bitlbee-libpurple-git pkgdesc = Brings instant messaging (XMPP, MSN, Yahoo!, AIM, ICQ, Twitter) to IRC - pkgver = 3.4.1.r121.gea39049 + pkgver = 3.5.1.r54.g246b98bb pkgrel = 1 url = http://www.bitlbee.org/ install = bitlbee.install arch = i686 arch = x86_64 + arch = armv7h license = GPL makedepends = git makedepends = libotr makedepends = python + makedepends = libpurple depends = gnutls depends = glib2 optdepends = skype4py: to use skyped @@ -3,17 +3,17 @@ # Contributor: Dave Reisner <dreisner@archlinux.org> # Contributor: Florian Bruhin (The-Compiler) <archlinux.org@the-compiler.org> # Contributor: Kaleb Elwert (belak) <belak@coded.io> -# Maintainer: 3onyc <3onyc@x3tech.com> +# Maintainer: Mattias Giese <mattiasgiese@posteo.net> pkgname=bitlbee-libpurple-git -pkgver=3.4.1.r121.gea39049 +pkgver=3.5.1.r54.g246b98bb pkgrel=1 pkgdesc='Brings instant messaging (XMPP, MSN, Yahoo!, AIM, ICQ, Twitter) to IRC' url='http://www.bitlbee.org/' license=('GPL') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'armv7h') depends=('gnutls' 'glib2') -makedepends=('git' 'libotr' 'python') +makedepends=('git' 'libotr' 'python' 'libpurple') optdepends=('skype4py: to use skyped' 'libotr: for OTR encryption support') source=( |