From 57e0aa746fd49462ebf49c74b2b08271601b2e0b Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 27 Mar 2020 16:15:33 -0700 Subject: Add support for aarch64 --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index d1514c1..0d4d358 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -9,7 +9,7 @@ pkgname=$_pkgname-game pkgver=1.3.1 pkgrel=1 pkgdesc="Open source re-implementation of Caesar III (Original copy required)" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'aarch64') url="https://github.com/bvschaik/julius" license=('AGPL') depends=('sdl2' 'sdl2_mixer') -- cgit v1.2.1