summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohannes Löthberg2014-11-29 13:16:54 +0100
committerJohannes Löthberg2015-06-08 12:07:36 +0200
commit08e3107f8932e4121fa508a7facc83e745f06cb2 (patch)
treea5a14eabbf767a245b5f86af1031281e86329e84 /PKGBUILD
parent14b3da18555f65fd237286c16dcbe12632f530fc (diff)
downloadaur-08e3107f8932e4121fa508a7facc83e745f06cb2.tar.gz
mps-youtube-git: Add new optdeps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b977fd5a7cf7..0f5c59ab6918 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,9 @@ license=('GPL3')
depends=('python' 'python-setuptools' 'python-pafy')
optdepends=('mpv: Alternative to mplayer for playback'
- 'mplayer: Alternative to mpv for playback')
+ 'mplayer: Alternative to mpv for playback'
+ 'ffmpeg: for transcoding downloaded content'
+ 'xclip: for copying content to the clipboard')
conflicts=('mps-youtube')