summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlyxia Sother2022-01-18 09:55:15 +0100
committerAlyxia Sother2022-01-18 09:55:15 +0100
commita9402fe84946dc480c6ee359aa54006a1204e5d2 (patch)
treec36e1db8c7773716d60ee5f1fe2725a129be13d9 /PKGBUILD
parent146289d4bf5e2af0c5b58c876e6752306ed4815a (diff)
downloadaur-discordo-git.tar.gz
Update optdepends and .SRCINFO
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a68a5732a83d..4c77d601dcd4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,8 @@ pkgrel=1
source=("git+https://github.com/ayntgl/$_pkgname.git")
md5sums=('SKIP')
provides=('discordo')
-depends=('glibc')
+optdepends=('xclip: clipboard support for X11'
+ 'wl-clipboard: clipboard support for Wayland')
makedepends=('go' 'git')
arch=('x86_64')