summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeverin Glöckner2020-09-07 02:19:06 +0200
committerSeverin Glöckner2020-09-07 02:19:06 +0200
commit29622202e83cef95a78258a5681b43b25b96ee81 (patch)
tree2ce57919875441da25e5527984f2172b1d5b9786
parent96a0111587abee19560fea707a6c8cb9a5bfc34e (diff)
downloadaur-29622202e83cef95a78258a5681b43b25b96ee81.tar.gz
add aarch64
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 640c8cc04fb2..0698921c12c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = wesnoth-1.12
url = https://www.wesnoth.org
arch = i686
arch = x86_64
+ arch = aarch64
license = GPL
makedepends = boost
makedepends = scons
diff --git a/PKGBUILD b/PKGBUILD
index c5b91e1e11dd..7862ffa62c34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ pkgname=wesnoth-1.12
pkgver=1.12.6+dev
pkgrel=11
pkgdesc="Turn-based strategy game on a fantasy world (oldstable)"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'aarch64')
url="https://www.wesnoth.org"
license=('GPL')
depends=('sdl' 'sdl_image' 'sdl_mixer' 'sdl_ttf' 'sdl_net' 'boost-libs' 'bzip2' 'zlib' 'libvorbis' 'pango' 'cairo' 'fontconfig' 'dbus' 'fribidi')