summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorQiu Wenbo2021-01-05 17:56:58 +0800
committerQiu Wenbo2021-01-05 17:56:58 +0800
commit088425ebc8517b258bbc061cbaa8407480699555 (patch)
tree679b30ccc5fc15100d6baa087a6e00d0e6a9d0c6 /PKGBUILD
parentf140ad8c2e00ee9d3bcd5e102ea753f40b3b9c3e (diff)
downloadaur-088425ebc8517b258bbc061cbaa8407480699555.tar.gz
add aarch64 to the supported architectures
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 596941189f7e..2366a24f09de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=qemu-user-static
pkgdesc="Statically linked binaries of Qemu with user emulation. Useful for containers/chroot environment with binfmt."
pkgver=5.2.0
pkgrel=1
-arch=(x86_64)
+arch=(x86_64 aarch64)
license=(GPL2 LGPL2.1)
url="http://wiki.qemu.org/"
depends=()