summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMegumi_fox2020-01-19 21:57:32 +0800
committerMegumi_fox2020-01-19 21:57:32 +0800
commitdfdac244d46fd07b9c4c2a5542bec39f67bb98b4 (patch)
tree4cdc7e959207d944ea049af8161d39610c80c2b4
parent75ce4d4b31764e8bf656a83fe9af7a4e2594bac2 (diff)
downloadaur-dfdac244d46fd07b9c4c2a5542bec39f67bb98b4.tar.gz
Update PKGBUILD
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6fa78f128f24..6b16df2b3185 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,11 +8,13 @@ pkgbase = qliveplayer-git
makedepends = cmake
makedepends = git
makedepends = extra-cmake-modules
- makedepends = qt5-base
depends = mpv
depends = ffmpeg
depends = python-aiohttp
+ depends = qt5-base
depends = qt5-quickcontrols2
+ depends = qt5-graphicaleffects
+ depends = qt5-quickcontrols
depends = python
depends = ykdl-git
source = QLivePlayer::git+https://github.com/IsoaSFlus/QLivePlayer.git
diff --git a/PKGBUILD b/PKGBUILD
index 0969c45f5730..e10c20c9e135 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,10 @@ license=('GPL2')
depends=('mpv'
'ffmpeg'
'python-aiohttp'
- 'qt5'
+ 'qt5-base'
+ 'qt5-quickcontrols2'
+ 'qt5-graphicaleffects'
+ 'qt5-quickcontrols'
'python'
'ykdl-git')
makedepends=('cmake'