summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoseph Donofry2021-07-01 20:44:53 -0400
committerJoseph Donofry2021-07-01 20:44:53 -0400
commita1c9076c1911a353f6939ebb7658f400354ba34b (patch)
tree843fce96d6c150253f170045ca9f578c875186ab
parentab0e72ae9ee32d8e1c2c4163bc4d8e94aecd6386 (diff)
downloadaur-a1c9076c1911a353f6939ebb7658f400354ba34b.tar.gz
Add aarch64 architecture
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b721116e966..efbe07400006 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = nheko-git
url = https://github.com/Nheko-Reborn/nheko
arch = i686
arch = x86_64
+ arch = aarch64
license = GPL3
makedepends = git
makedepends = cmake
diff --git a/PKGBUILD b/PKGBUILD
index 71ed40f475b5..dcbe13ff2ce0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=nheko-git
pkgver=0.8.2.r169.g5b016cbc
pkgrel=1
pkgdesc="Desktop client for the Matrix protocol"
-arch=("i686" "x86_64")
+arch=("i686" "x86_64" "aarch64")
url="https://github.com/Nheko-Reborn/nheko"
license=("GPL3")