summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorroot2021-10-14 14:35:53 +0200
committerroot2021-10-14 14:35:53 +0200
commit59fa516cc97edc9d99b6547b2274ca084a038aa8 (patch)
treecd579f2a9b259705292ba4b992300d454e77a8fc /PKGBUILD
parentb8e8f6fbc3f9e15a87edabf50cc99276b65ef182 (diff)
downloadaur-59fa516cc97edc9d99b6547b2274ca084a038aa8.tar.gz
Added support for aarch64.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 6 insertions, 2 deletions
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'