diff options
author | Alyxia Sother | 2022-01-18 09:55:15 +0100 |
---|---|---|
committer | Alyxia Sother | 2022-01-18 09:55:15 +0100 |
commit | a9402fe84946dc480c6ee359aa54006a1204e5d2 (patch) | |
tree | c36e1db8c7773716d60ee5f1fe2725a129be13d9 /PKGBUILD | |
parent | 146289d4bf5e2af0c5b58c876e6752306ed4815a (diff) | |
download | aur-a9402fe84946dc480c6ee359aa54006a1204e5d2.tar.gz |
Update optdepends and .SRCINFO
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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') |