summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAntiz (Robin C.)2023-01-08 10:09:00 +0100
committerAntiz (Robin C.)2023-01-08 10:09:00 +0100
commit26787f962ddfd60c519c943f7c035892e288a9a4 (patch)
tree50aaa64b3ba2f8890172cb738d26f510e1c78bba /PKGBUILD
parente8f69e9ed6eb81cd4006a9262344364549f3d0f4 (diff)
downloadaur-26787f962ddfd60c519c943f7c035892e288a9a4.tar.gz
Added libx11 and waylad as optdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4c93851503e0..caa9d906f8ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=clipboard-git
_pkgname="${pkgname%-git}"
-pkgver=0.2.0.r289.7c9418a
+pkgver=0.2.1r2.r352.f2b1751
pkgrel=1
pkgdesc="Cut, copy, and paste anything in your terminal (git version)."
arch=('x86_64' 'aarch64' 'riscv64')
@@ -11,6 +11,8 @@ license=('GPL3')
provides=("${_pkgname}")
conflicts=("${_pkgname}")
makedepends=('git' 'cmake')
+optdepends=('libx11: X11 support'
+ 'wayland: Wayland support')
source=("${_pkgname}::git+${url}.git")
sha256sums=('SKIP')