summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorReibax2022-10-17 23:51:09 +0200
committerReibax2022-10-17 23:51:09 +0200
commit160b60257eea2d9d1b0332ee4e6cd0c2e8fb5fd0 (patch)
tree7f70e4f2f811704eb7b23abe0c84751e7260915a
parentec4986d9f13ebd1076d18b5ebd21bc9ba7092cd6 (diff)
downloadaur-160b60257eea2d9d1b0332ee4e6cd0c2e8fb5fd0.tar.gz
add aarch64 as a supported architecture
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 81ced9728699..bbf0bb633ed7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=x2goclient
pkgver=4.1.2.2
pkgrel=3
-arch=('x86_64')
+arch=('x86_64' 'aarch64')
license=('GPL2')
url="https://wiki.x2go.org/doku.php"
pkgdesc="a graphical client (Qt5) for the X2Go system"