summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab2263a11750..b6733f40e469 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = dosbox-x
url = http://dosbox-x.com
arch = i686
arch = x86_64
+ arch = aarch64
license = GPL
makedepends = glu
makedepends = libpcap
diff --git a/PKGBUILD b/PKGBUILD
index 1e2f68c430ef..495c5c3fc1db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=dosbox-x
pkgver=0.83.20
pkgrel=1
pkgdesc="x86 emulator with builtin DOS, with patches with more features"
-arch=(i686 x86_64)
+arch=(i686 x86_64 aarch64)
url="http://dosbox-x.com"
license=(GPL)
depends=(fluidsynth libxkbfile libpng libxrandr mesa ffmpeg physfs)