summaryrefslogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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")