summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRiley Trautman2015-10-22 12:34:17 -0500
committerRiley Trautman2015-10-22 12:34:17 -0500
commitd80e66682888f02a4d994da6eb9e624e0234b024 (patch)
tree4eab2f29a15f7193160a2d122680247bf5fe6ab7 /PKGBUILD
parent3034f753ca12979c4d2d7f5b13178759197c59b8 (diff)
downloadaur-d80e66682888f02a4d994da6eb9e624e0234b024.tar.gz
added proper dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 10f90766d077..c438f180b17d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="A Web Browser using the QML Material framework from the Papyros Project
arch=("i686" "x86_64")
url="https://github.com/liri-browser/liri-browser"
license=("GPLv3")
-depends=("qt5-base" "qt5-webengine" "qml-material")
+depends=("qt5-base" "qt5-webengine" "qml-material" "qt5-multimedia" "vlc")
makedepends=("git")
provides=("$_pkgname" "$pkgname")
conflicts=("$_pkgname")