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 b0b40554d366..b59866075dcf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = rolisteam
pkgdesc = Virtual tabletop software. It helps you to manage tabletop role playing games with remote friends/players.
pkgver = 1.8.2
- pkgrel = 1
+ pkgrel = 2
url = http://www.rolisteam.org
arch = i686
arch = x86_64
@@ -10,6 +10,7 @@ pkgbase = rolisteam
makedepends = git
makedepends = qt5-tools
depends = qt5-base
+ depends = qt5-multimedia
depends = zlib
source = git+https://github.com/Rolisteam/rolisteam.git#tag=v1.8.2
sha256sums = 'SKIP'
diff --git a/PKGBUILD b/PKGBUILD
index e6194b322a81..17ae4a4c45f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=rolisteam
_pkgname=rolisteam
pkgver=1.8.2
-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')
url="http://www.rolisteam.org"
license=(GPL)
-depends=('qt5-base' 'zlib')
+depends=('qt5-base' 'qt5-multimedia' 'zlib')
makedepends=('qt5-tools' 'gcc' 'git')
source=("git+https://github.com/Rolisteam/rolisteam.git#tag=v${pkgver}"
"rolisteam.desktop")