summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Candau2023-02-03 21:27:32 +0100
committerRobin Candau2023-02-03 21:27:32 +0100
commit5484f190e5b3dd6d6b041b0dad45adbe0c9bd9f6 (patch)
tree9d6c2a351c02d15d7d77eebe832ea4053343319f
parent06277eb6c498b7f65c04ce409f9224d7d7825c26 (diff)
downloadaur-5484f190e5b3dd6d6b041b0dad45adbe0c9bd9f6.tar.gz
Correct the optdepend for wayland support
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b2cd88426996..7b31ecf27026 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = clipboard-git
pkgdesc = Cut, copy, and paste anything in your terminal (git version).
- pkgver = 0.2.1r2.r507.446708c
+ pkgver = 0.3.0.r565.8c83e9a
pkgrel = 1
url = https://github.com/Slackadays/Clipboard
arch = x86_64
@@ -10,7 +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
source = clipboard::git+https://github.com/Slackadays/Clipboard.git
diff --git a/PKGBUILD b/PKGBUILD
index a41b95362d06..2a87365bebd7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=clipboard-git
_pkgname="${pkgname%-git}"
-pkgver=0.2.1r2.r507.446708c
+pkgver=0.3.0.r565.8c83e9a
pkgrel=1
pkgdesc="Cut, copy, and paste anything in your terminal (git version)."
arch=('x86_64' 'aarch64' 'riscv64')
@@ -12,7 +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')