summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorroot2021-10-14 14:35:53 +0200
committerroot2021-10-14 14:35:53 +0200
commit59fa516cc97edc9d99b6547b2274ca084a038aa8 (patch)
treecd579f2a9b259705292ba4b992300d454e77a8fc
parentb8e8f6fbc3f9e15a87edabf50cc99276b65ef182 (diff)
downloadaur-59fa516cc97edc9d99b6547b2274ca084a038aa8.tar.gz
Added support for aarch64.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8587c555a954..4083dd039df1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
pkgbase = widelands-git
pkgdesc = An elaborate realtime multiplayer strategy game with emphasis on economy and transport - development version. In the spirit of BlueByte's 'Siedler II/ Settlers 2'.
pkgver = 21+r24821_20200828_7f72ddf
- pkgrel = 3
+ pkgrel = 4
epoch = 0
url = http://widelands.org/
+ arch = aarch64
arch = i686
arch = x86_64
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index 80748b5c6524..36a85848310c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,10 +7,14 @@ pkgname="${_pkgname}-git"
epoch=0
_pkgver=latest
pkgver=21+r24821_20200828_7f72ddf
-pkgrel=3
+pkgrel=4
pkgdesc="An elaborate realtime multiplayer strategy game with emphasis on economy and transport - development version. In the spirit of BlueByte's 'Siedler II/ Settlers 2'."
url="http://widelands.org/"
-arch=('i686' 'x86_64')
+arch=(
+ 'aarch64'
+ 'i686'
+ 'x86_64'
+)
license=('GPL2')
depends=(
'boost-libs'