summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Candau2023-02-03 22:01:19 +0100
committerRobin Candau2023-02-03 22:01:19 +0100
commit78feb2d293462f6de54f5fecd19ed1e751cde157 (patch)
treed5005fcca0f99a7373cf47a506d378b630cda690
parent011e2b7d11a63d6bb4d1107543818978bdd680a0 (diff)
downloadaur-78feb2d293462f6de54f5fecd19ed1e751cde157.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 1bff98e343f8..10210fc1588a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = clipboard-bin
pkgdesc = Cut, copy, and paste anything in your terminal (binary version).
pkgver = 0.3.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Slackadays/Clipboard
arch = x86_64
arch = aarch64
arch = riscv64
license = GPL3
optdepends = libx11: X11 support
+ optdepends = wayland: Wayland support
optdepends = wayland-protocols: Wayland support
provides = clipboard
conflicts = clipboard
diff --git a/PKGBUILD b/PKGBUILD
index 02b4f60a1a68..a019b07d749f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,13 @@
pkgname=clipboard-bin
_pkgname="${pkgname%-bin}"
pkgver=0.3.0
-pkgrel=1
+pkgrel=2
pkgdesc="Cut, copy, and paste anything in your terminal (binary version)."
arch=('x86_64' 'aarch64' 'riscv64')
url="https://github.com/Slackadays/Clipboard"
license=('GPL3')
optdepends=('libx11: X11 support'
+ 'wayland: Wayland support'
'wayland-protocols: Wayland support')
provides=("${_pkgname}")
conflicts=("${_pkgname}")