git » dosbox-x.git » commit 3373203

Add aarch64 architecture

author BuildTools
2021-12-31 13:09:20 UTC
committer BuildTools
2021-12-31 13:09:20 UTC
parent fce498f75885120a59424da0498f5ddf21cc7cf2

Add aarch64 architecture

.SRCINFO +1 -0
PKGBUILD +1 -1

diff --git a/.SRCINFO b/.SRCINFO
index ab2263a..b6733f4 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 1e2f68c..495c5c3 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)