summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRobin Candau2023-02-03 22:04:07 +0100
committerRobin Candau2023-02-03 22:04:07 +0100
commit07fe32184f2d70fa6fe976cb6d8675fa7b81ac9f (patch)
tree3cd9dd963a8984ce252279b5f4514faa85b64ab1 /PKGBUILD
parent5484f190e5b3dd6d6b041b0dad45adbe0c9bd9f6 (diff)
downloadaur-07fe32184f2d70fa6fe976cb6d8675fa7b81ac9f.tar.gz
Correct the optdepends for wayland support
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2a87365bebd7..e161624e19d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=clipboard-git
_pkgname="${pkgname%-git}"
pkgver=0.3.0.r565.8c83e9a
-pkgrel=1
+pkgrel=2
pkgdesc="Cut, copy, and paste anything in your terminal (git version)."
arch=('x86_64' 'aarch64' 'riscv64')
url="https://github.com/Slackadays/Clipboard"
@@ -12,6 +12,7 @@ provides=("${_pkgname}")
conflicts=("${_pkgname}")
makedepends=('git' 'cmake')
optdepends=('libx11: X11 support'
+ 'wayland: Wayland support'
'wayland-protocols: Wayland support')
source=("${_pkgname}::git+${url}.git")
sha256sums=('SKIP')