summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbl00dy18372021-07-02 20:48:23 +0200
committerbl00dy18372021-07-02 20:48:23 +0200
commit0930fd46f1dfcc8c6858b8ebbfefc8d56ce48a54 (patch)
tree1a662e96ecbede9c5ed97c247124387e6efbabb7
parent10194803efb2422cb02008d834e88aed0a67c1e9 (diff)
downloadaur-0930fd46f1dfcc8c6858b8ebbfefc8d56ce48a54.tar.gz
aarch64 arch tested and added
-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')