diff --git a/.SRCINFO b/.SRCINFO index 8b72111..efbe074 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 71ed40f..dcbe13f 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")