summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Candau2023-03-25 14:32:27 +0100
committerRobin Candau2023-03-25 14:32:27 +0100
commit42a61c91a83767243fd91324f1e4f90e0dca14bb (patch)
tree2f34a3b2610da79015b6272f73005796ab56e9ea
parentcff0eb208b358bbdedd2bd1f31d54fb6c3b33f5a (diff)
downloadaur-42a61c91a83767243fd91324f1e4f90e0dca14bb.tar.gz
Fixed deps
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 314ac91774df..d058aefbcf2d 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.3.2.r660.b551bb9
+ pkgver = 0.5.0.r981.6068d3a
pkgrel = 1
url = https://getclipboard.app
arch = x86_64
@@ -9,6 +9,9 @@ pkgbase = clipboard-git
license = GPL3
makedepends = git
makedepends = cmake
+ makedepends = libx11
+ makedepends = wayland
+ makedepends = wayland-protocols
optdepends = libx11: X11 support
optdepends = wayland: Wayland support
optdepends = wayland-protocols: Wayland support
diff --git a/PKGBUILD b/PKGBUILD
index 9398733235ba..cea709b6bb41 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=clipboard-git
_pkgname="${pkgname%-git}"
-pkgver=0.3.2.r660.b551bb9
+pkgver=0.5.0.r981.6068d3a
pkgrel=1
pkgdesc="Cut, copy, and paste anything in your terminal (git version)."
arch=('x86_64' 'aarch64' 'riscv64')
@@ -10,7 +10,7 @@ url="https://getclipboard.app"
license=('GPL3')
provides=("${_pkgname}")
conflicts=("${_pkgname}")
-makedepends=('git' 'cmake')
+makedepends=('git' 'cmake' 'libx11' 'wayland' 'wayland-protocols')
optdepends=('libx11: X11 support'
'wayland: Wayland support'
'wayland-protocols: Wayland support')