summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBuildTools2021-12-31 14:09:20 +0100
committerBuildTools2021-12-31 14:09:20 +0100
commit3373203e7ea26b1c65d565ee403a4e83175b6429 (patch)
treefcad5785d6459d46eb4fe713938277fb430ecca9
parentfce498f75885120a59424da0498f5ddf21cc7cf2 (diff)
downloadaur-3373203e7ea26b1c65d565ee403a4e83175b6429.tar.gz
Add aarch64 architecture
-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)