summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohannes Löthberg2016-10-18 23:31:47 +0200
committerJohannes Löthberg2016-10-18 23:31:47 +0200
commite3c856bce5a66da6fe6d7c5557e9b6b2941c19fb (patch)
tree4bb9bb52999424cd5bae393e2db9f914f447edee /PKGBUILD
parent4e8b49ef4badb5ec51259cf63803e490c98d4e22 (diff)
downloadaur-e3c856bce5a66da6fe6d7c5557e9b6b2941c19fb.tar.gz
Move gobject to optdeps
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b114cc5088b1..28e60b2f42fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,11 +7,12 @@ url='https://github.com/np1/mps-youtube'
arch=('any')
license=('GPL3')
-depends=('python' 'python-setuptools' 'python-pafy-git' 'python-gobject')
+depends=('python' 'python-setuptools' 'python-pafy-git')
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-pyperclip: for copying content to the clipboard'
+ 'python-gobject: MPRIS2 support')
provides=('mps-youtube')
conflicts=('mps-youtube')