From 836240e023df6ea5680c52cc2e59f7c86e79f3ad Mon Sep 17 00:00:00 2001 From: Thore Bödecker Date: Sun, 26 Jun 2022 11:21:59 +0200 Subject: add wl-clipboard support for wayland --- PKGBUILD | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'PKGBUILD') diff --git a/PKGBUILD b/PKGBUILD index 6f1fd93..96fe05f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -8,7 +8,10 @@ arch=("any") url="https://paste.xinu.at" license=('GPL3') depends=('python' 'python-pycurl' 'python-xdg') -optdepends=('xclip: for automatically copying the URL into the clipboard') +optdepends=( + 'xclip: automatically copy the URL into the clipboard on X11' + 'wl-clipboard: automatically copy the URL into the clipboard on wayland' +) source=("git+https://git.server-speed.net/users/flo/fb#branch=dev") md5sums=('SKIP') validpgpkeys=("CFA6AF15E5C74149FC1D8C086D1655C14CE1C13E") -- cgit v1.2.3-24-g4f1b