summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4c1c2d9b073..08dbd0a10717 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = rolisteam
pkgdesc = Virtual tabletop software. It helps you to manage tabletop role playing games with remote friends/players.
pkgver = 1.9.3
- pkgrel = 1
+ pkgrel = 2
url = http://www.rolisteam.org
arch = i686
arch = x86_64
+ arch = aarch64
license = GPL
makedepends = qt5-tools
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index 6a8ca01698bd..aa90847ad362 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@
pkgname=rolisteam
_pkgname=rolisteam
pkgver=1.9.3
-pkgrel=1
+pkgrel=2
pkgdesc="Virtual tabletop software. It helps you to manage tabletop role playing games with remote friends/players."
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'aarch64')
url="http://www.rolisteam.org"
license=(GPL)
depends=('qt5-svg' 'qt5-base' 'qt5-multimedia' 'zlib' 'qt5-webengine')