diff options
author | Johannes Löthberg | 2015-09-14 15:45:31 +0200 |
---|---|---|
committer | Johannes Löthberg | 2015-09-14 15:45:31 +0200 |
commit | e8ba378dd6f748122bc2b7618398080920017333 (patch) | |
tree | 49191aead655597452e14e678f2bf9f6aaf21370 | |
parent | 34ae0596475aa546a68bf2f56387b2ea4243777a (diff) | |
download | aur-e8ba378dd6f748122bc2b7618398080920017333.tar.gz |
Change xclip optdep to pyperclip
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 4 insertions, 4 deletions
@@ -1,5 +1,5 @@ -# Generated by makepkg 4.2.1-161-g36327-dirty -# Wed Jun 10 21:39:51 UTC 2015 +# Generated by makepkg 4.2.1-193-g5780 +# Mon Sep 14 13:44:56 UTC 2015 pkgbase = mps-youtube-git pkgdesc = Terminal based YouTube jukebox with playlist management pkgver = 0.2.5.r13.g0f83e42 @@ -14,7 +14,7 @@ pkgbase = mps-youtube-git optdepends = mpv: Alternative to mplayer for playback optdepends = mplayer: Alternative to mpv for playback optdepends = ffmpeg: for transcoding downloaded content - optdepends = xclip: for copying content to the clipboard + optdepends = python-pyperclip: for copying content to the clipboard provides = mps-youtube conflicts = mps-youtube source = git+https://github.com/np1/mps-youtube.git @@ -11,7 +11,7 @@ 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' - 'xclip: for copying content to the clipboard') + 'python-pyperclip: for copying content to the clipboard') provides=('mps-youtube') conflicts=('mps-youtube') |