summarylogtreecommitdiffstats
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
parente8f69e9ed6eb81cd4006a9262344364549f3d0f4 (diff)
downloadaur-26787f962ddfd60c519c943f7c035892e288a9a4.tar.gz
Added libx11 and waylad as optdepends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e69a3c02b11..daa06d32e3e8 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.0.r289.7c9418a
+ pkgver = 0.2.1r2.r352.f2b1751
pkgrel = 1
url = https://github.com/Slackadays/Clipboard
arch = x86_64
@@ -9,6 +9,8 @@ pkgbase = clipboard-git
license = GPL3
makedepends = git
makedepends = cmake
+ optdepends = libx11: X11 support
+ optdepends = wayland: Wayland support
provides = clipboard
conflicts = clipboard
source = clipboard::git+https://github.com/Slackadays/Clipboard.git
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')