summaryrefslogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThore Bödecker <me@foxxx0.de>2022-06-26 11:21:59 +0200
committerFlorian Pritz <bluewind@xinu.at>2022-06-26 11:41:32 +0200
commit836240e023df6ea5680c52cc2e59f7c86e79f3ad (patch)
treedce34d22e37d3eee8754a8511fe04bfb6cd57953 /PKGBUILD
parent75da052b8093ea96f68702a1e7cbf628d8d8869b (diff)
add wl-clipboard support for waylandv2.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
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")