summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXenHat2023-10-01 17:36:47 -0400
committerXenHat2023-10-01 17:36:47 -0400
commit4e66254fc7d1be2bc316d243c6f79c6ae196929b (patch)
tree5733f452e4651045a13f39a6b811b771ce7d0e9d /PKGBUILD
parentaf43cf4c8510f697021be74d99283e27f9295dc9 (diff)
downloadaur-4e66254fc7d1be2bc316d243c6f79c6ae196929b.tar.gz
enable aarch64 building
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b6ee5a96845b..140bfbc3cc11 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=moonlight-qt-git
pkgver=v4.3.1.r252.gaa74e693
pkgrel=2
pkgdesc='GameStream client for PCs (Windows, Mac, and Linux) (master branch)'
-arch=('x86_64')
+arch=('aarch64' 'x86_64')
license=('GPL')
url='https://moonlight-stream.org'
depends=('qt5-base' 'qt5-quickcontrols2' 'qt5-svg' 'ffmpeg' 'sdl2_ttf')