summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorQiu Wenbo2021-01-05 17:56:58 +0800
committerQiu Wenbo2021-01-05 17:56:58 +0800
commit088425ebc8517b258bbc061cbaa8407480699555 (patch)
tree679b30ccc5fc15100d6baa087a6e00d0e6a9d0c6
parentf140ad8c2e00ee9d3bcd5e102ea753f40b3b9c3e (diff)
downloadaur-088425ebc8517b258bbc061cbaa8407480699555.tar.gz
add aarch64 to the supported architectures
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9dd9a93b66a5..448a07d76dce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,6 +4,7 @@ pkgbase = qemu-user-static
pkgrel = 1
url = http://wiki.qemu.org/
arch = x86_64
+ arch = aarch64
license = GPL2
license = LGPL2.1
makedepends = python
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=()