summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Neumann2017-10-06 19:59:38 +0200
committerJan Neumann2017-10-06 19:59:38 +0200
commita5d69bc6692643f2cbb84073dc2872fde10bd34d (patch)
tree4203e4db7a574694df1c9439001606c2e0e10451
parent8a87470f4dc7cbd73f1e57a0f3e8cdb78c09de53 (diff)
downloadaur-a5d69bc6692643f2cbb84073dc2872fde10bd34d.tar.gz
changed dependencies
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ebf65f2b6d34..c4580e5ed3a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = qtwebflix-git
license = GPL3
makedepends = git
depends = xdg-utils
+ depends = qt5-webengine
optdepends = qt5-webengine-widevine
optdepends = chromium-widevine
source = git+https://github.com/gort818/qtwebflix.git
diff --git a/PKGBUILD b/PKGBUILD
index 7a38bcfa6b74..a5c636e8a519 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc='Standalone Netflix Browser using qtwebengine'
arch=('i686' 'x86_64')
url='https://github.com/gort818/qtwebflix'
license=('GPL3')
-depends=('xdg-utils')
+depends=('xdg-utils' 'qt5-webengine')
optdepends=('qt5-webengine-widevine' 'chromium-widevine')
makedepends=('git')
source=("git+${url}.git"