summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Giese2018-10-05 19:51:32 +0000
committerMattias Giese2018-10-05 19:51:32 +0000
commit6ebaddebd7c3583e6a69c1789af9c8460469c6e3 (patch)
treef784beec568fb6c682bdfa093d2cd2980acd95eb
parent58f305709f83bf03392fba47789589115ae8c63e (diff)
downloadaur-6ebaddebd7c3583e6a69c1789af9c8460469c6e3.tar.gz
Add aarch64 to arch list
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9445b91678d..3d4073b11613 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = bitlbee-libpurple-git
arch = i686
arch = x86_64
arch = armv7h
+ arch = aarch64
license = GPL
makedepends = git
makedepends = libotr
diff --git a/PKGBUILD b/PKGBUILD
index ec826bb81ead..b6d80877555e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ 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' 'armv7h')
+arch=('i686' 'x86_64' 'armv7h' 'aarch64')
depends=('gnutls' 'glib2')
makedepends=('git' 'libotr' 'python' 'libpurple')
optdepends=('skype4py: to use skyped'