From 9ae327c8fa176cf4c3cbfb62ef7c8b02ebca38c1 Mon Sep 17 00:00:00 2001 From: xpamych Date: Sun, 25 Dec 2022 16:27:58 +0300 Subject: [PATCH] deps "-libpulse" --- discord-electron/lure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord-electron/lure.sh b/discord-electron/lure.sh index 0ffdde7..17e4d88 100644 --- a/discord-electron/lure.sh +++ b/discord-electron/lure.sh @@ -8,7 +8,7 @@ license=('custom') provides=('discord') conflicts=('discord') -deps=('libXScrnSaver' 'libpulse' 'xdg-utils') +deps=('libXScrnSaver' 'xdg-utils') build_deps=('npm') sources=("https://dl.discordapp.net/apps/linux/${version}/discord-${version}.tar.gz")