summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Candau2023-07-08 23:18:59 +0200
committerRobin Candau2023-07-08 23:18:59 +0200
commitf4c6e777b2cb9f2620f72225446061aa4b8ae9b5 (patch)
treed1b5df935ac47130bacb4685a83764f50a9e05b7
parentcd16c5e22d6fe00cbf829e354fe99b85b9821426 (diff)
downloadaur-clipboard-git.tar.gz
Fix dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d76aff1610a2..355d2cadb5dc 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.8.0.r1588.6097656
+ pkgver = 0.8.1.r1732.263df73
pkgrel = 1
url = https://getclipboard.app
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = clipboard-git
makedepends = libx11
makedepends = wayland
makedepends = wayland-protocols
- makedepends = alsa-lib
+ depends = alsa-lib
optdepends = libx11: X11 support
optdepends = wayland: Wayland support
optdepends = wayland-protocols: Wayland support
diff --git a/PKGBUILD b/PKGBUILD
index 93731e2373e8..1d5f85ef7680 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=clipboard-git
_pkgname="${pkgname%-git}"
-pkgver=0.8.0.r1588.6097656
+pkgver=0.8.1.r1732.263df73
pkgrel=1
pkgdesc="Cut, copy, and paste anything in your terminal (git version)."
arch=('x86_64' 'aarch64' 'riscv64')
@@ -10,7 +10,8 @@ url="https://getclipboard.app"
license=('GPL3')
provides=("${_pkgname}")
conflicts=("${_pkgname}")
-makedepends=('git' 'cmake' 'libx11' 'wayland' 'wayland-protocols' 'alsa-lib')
+depends=('alsa-lib')
+makedepends=('git' 'cmake' 'libx11' 'wayland' 'wayland-protocols')
optdepends=('libx11: X11 support'
'wayland: Wayland support'
'wayland-protocols: Wayland support')