summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrendan Szymanski2018-04-26 18:57:47 -0400
committerBrendan Szymanski2018-04-26 18:57:47 -0400
commit9cbdf1dfd267028ea201237cec11bbe8c0842d54 (patch)
tree1cf4c441764a757f33d10fd5d72efdb307d37592
parent7edca6ae5137e5468e7db6792f0b793e2eff4df7 (diff)
downloadaur-9cbdf1dfd267028ea201237cec11bbe8c0842d54.tar.gz
Add qt5-multimedia as a dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42f81fded36e..081d8a37a9bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = citra-qt-canary-git
pkgdesc = An experimental open-source Nintendo 3DS emulator/debugger written in C++
- pkgver = r6072.9acdff6e
+ pkgver = r6079.a004a354
pkgrel = 1
url = https://github.com/citra-emu/citra-canary/tree/master
arch = i686
@@ -12,6 +12,7 @@ pkgbase = citra-qt-canary-git
depends = desktop-file-utils
depends = sdl2
depends = qt5-base
+ depends = qt5-multimedia
optdepends = libxkbcommon-x11: for X11 support
optdepends = qt5-wayland: for Wayland support
source = citra::git+https://github.com/citra-emu/citra-canary#branch=master
diff --git a/PKGBUILD b/PKGBUILD
index 03c0ae26e2af..e111372acd6f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
_pkgname=citra
pkgname=$_pkgname-qt-canary-git
-pkgver=r6072.9acdff6e
+pkgver=r6079.a004a354
pkgrel=1
pkgdesc="An experimental open-source Nintendo 3DS emulator/debugger written in C++"
arch=('i686' 'x86_64')
url="https://github.com/citra-emu/citra-canary/tree/master"
license=('GPL2')
-depends=('shared-mime-info' 'desktop-file-utils' 'sdl2' 'qt5-base')
+depends=('shared-mime-info' 'desktop-file-utils' 'sdl2' 'qt5-base' 'qt5-multimedia')
makedepends=('git' 'cmake')
optdepends=('libxkbcommon-x11: for X11 support'
'qt5-wayland: for Wayland support')