summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-11-02 22:49:46 +0200
committerDimitris Kiziridis2020-11-02 22:49:46 +0200
commit67d449a24ed00df83469f6750589f3ead82e4a57 (patch)
tree6be10946adef79e0c6963b227be8613bedd44018 /PKGBUILD
parentf32f12d1fe8102ace63182287fdb6289e522cb61 (diff)
downloadaur-67d449a24ed00df83469f6750589f3ead82e4a57.tar.gz
add missing depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a9b88fcc9f00..2797678e74b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,11 @@ pkgdesc='A GUI front-end for youtube-dl, partly based on youtube-dl-gui and writ
arch=('any')
url='https://github.com/axcore/tartube'
license=('GPL3')
-depends=('python'
- 'gtk3')
+depends=('gtk3'
+ 'python-requests'
+ 'python-pgi'
+ 'python-playsound'
+ 'python-feedparser')
optdepends=('ffmpeg: Video playback support'
'python-moviepy'
'atomicparsley')