summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg2016-10-18 23:56:00 +0200
committerJohannes Löthberg2016-10-18 23:56:00 +0200
commit1f9e203e7889ce22061059554ae37f0dbc81e05e (patch)
tree4e6411c417c2f8aa2e4c11076e690558829d3241
parente3c856bce5a66da6fe6d7c5557e9b6b2941c19fb (diff)
downloadaur-1f9e203e7889ce22061059554ae37f0dbc81e05e.tar.gz
Add dbus optdep
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a23d7b6d77ff..d2ada95ef880 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,6 +14,7 @@ pkgbase = mps-youtube-git
optdepends = ffmpeg: for transcoding downloaded content
optdepends = python-pyperclip: for copying content to the clipboard
optdepends = python-gobject: MPRIS2 support
+ optdepends = python-dbus: MPRIS2 support
provides = mps-youtube
conflicts = mps-youtube
source = git+https://github.com/np1/mps-youtube.git
diff --git a/PKGBUILD b/PKGBUILD
index 28e60b2f42fd..f81e0b25cb9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,8 @@ optdepends=('mpv: Alternative to mplayer for playback'
'mplayer: Alternative to mpv for playback'
'ffmpeg: for transcoding downloaded content'
'python-pyperclip: for copying content to the clipboard'
- 'python-gobject: MPRIS2 support')
+ 'python-gobject: MPRIS2 support'
+ 'python-dbus: MPRIS2 support')
provides=('mps-youtube')
conflicts=('mps-youtube')