summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarrison2022-11-10 18:06:52 -0500
committerHarrison2022-11-10 18:06:52 -0500
commit1c0de8b6b8c99cc029108c7230a8f029aa4fa86f (patch)
tree1b2b44541920924f42a900f00ad856dc9de7ad1d
parent32f9886f366d798c74251063c9676dedfe1392bb (diff)
downloadaur-1c0de8b6b8c99cc029108c7230a8f029aa4fa86f.tar.gz
Added qt5-multimedia
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6de281a34451..914c53321861 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -18,6 +18,7 @@ pkgbase = melonds
depends = libepoxy
depends = libslirp
depends = qt5-base
+ depends = qt5-multimedia
depends = sdl2
source = git+https://github.com/Arisotura/melonDS.git#tag=0.9.5
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index ed706d050f7d..e47be8cd326d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=("x86_64" "i686" "pentium4" "arm" "armv6h" "armv7h" "aarch64")
url="http://melonds.kuribo64.net/"
license=("GPL3")
makedepends=("git" "cmake" "pkg-config" "extra-cmake-modules")
-depends=("libepoxy" "libslirp" "qt5-base" "sdl2")
+depends=("libepoxy" "libslirp" "qt5-base" "qt5-multimedia" "sdl2")
source=("git+https://github.com/Arisotura/melonDS.git#tag=${pkgver}")
sha256sums=("SKIP")