Add aarch64 architecture
This commit is contained in:
parent
ab0e72ae9e
commit
a1c9076c19
2 changed files with 2 additions and 1 deletions
1
.SRCINFO
1
.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
|
||||
|
|
|
|||
2
PKGBUILD
2
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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue