Add aarch64 architecture

master
Joseph Donofry 2021-07-01 20:44:53 -04:00
parent ab0e72ae9e
commit a1c9076c19
No known key found for this signature in database
GPG Key ID: E8A1D78EF044B0CB
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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")