summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 81d77d6c2212..2dd4adefdd38 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = qtwebflix-git
license = GPL3
makedepends = git
depends = xdg-utils
+ depends = qt5-webengine
depends = chromium-widevine
optdepends = pepper-flash: Needed for some streaming services
source = git+https://github.com/gort818/qtwebflix.git
diff --git a/PKGBUILD b/PKGBUILD
index e3fab0cc2261..4a5d0d1e1b33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc='Standalone HD Netflix Browser using qt5-webengine (also supports Amazon
arch=('any')
url='https://github.com/gort818/qtwebflix'
license=('GPL3')
-depends=('xdg-utils' 'chromium-widevine')
+depends=('xdg-utils' 'qt5-webengine' 'chromium-widevine')
optdepends=('pepper-flash: Needed for some streaming services')
makedepends=('git')
source=("git+${url}.git"