summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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'