summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Candau2023-02-03 22:04:07 +0100
committerRobin Candau2023-02-03 22:04:07 +0100
commit07fe32184f2d70fa6fe976cb6d8675fa7b81ac9f (patch)
tree3cd9dd963a8984ce252279b5f4514faa85b64ab1
parent5484f190e5b3dd6d6b041b0dad45adbe0c9bd9f6 (diff)
downloadaur-07fe32184f2d70fa6fe976cb6d8675fa7b81ac9f.tar.gz
Correct the optdepends for wayland support
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b31ecf27026..c8b4de198e01 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = clipboard-git
pkgdesc = Cut, copy, and paste anything in your terminal (git version).
pkgver = 0.3.0.r565.8c83e9a
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Slackadays/Clipboard
arch = x86_64
arch = aarch64
@@ -10,6 +10,7 @@ pkgbase = clipboard-git
makedepends = git
makedepends = cmake
optdepends = libx11: X11 support
+ optdepends = wayland: Wayland support
optdepends = wayland-protocols: Wayland support
provides = clipboard
conflicts = clipboard
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')