From 9c4da9b8c8f8dea47895aa2119e3d8b0551982f8 Mon Sep 17 00:00:00 2001 From: tororutsu Date: Wed, 15 Mar 2023 21:15:16 -0400 Subject: [PATCH 1/2] discord: discord : found a required dependency --- srcpkgs/discord/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/discord/template b/srcpkgs/discord/template index 8267d9a88c14..f02e33fd6328 100644 --- a/srcpkgs/discord/template +++ b/srcpkgs/discord/template @@ -1,10 +1,10 @@ # Template file for 'discord' pkgname=discord version=0.0.25 -revision=1 +revision=2 archs="x86_64" depends="alsa-lib dbus-glib gtk+3 libnotify nss libXtst libcxx libatomic - xdg-utils webrtc-audio-processing" + xdg-utils webrtc-audio-processing gst-plugins-bad1" short_desc="Chat and VOIP application" maintainer="Ryan Conwell " license="custom:Proprietary" From 8c70477ddf647670077ee7a8c8f3948509aa2275 Mon Sep 17 00:00:00 2001 From: Tororutsu Date: Thu, 16 Mar 2023 15:49:38 -0400 Subject: [PATCH 2/2] discord: add missing dependency Co-authored-by: classabbyamp <5366828+classabbyamp@users.noreply.github.com> --- srcpkgs/discord/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/discord/template b/srcpkgs/discord/template index f02e33fd6328..50c1cfb68e51 100644 --- a/srcpkgs/discord/template +++ b/srcpkgs/discord/template @@ -4,7 +4,7 @@ version=0.0.25 revision=2 archs="x86_64" depends="alsa-lib dbus-glib gtk+3 libnotify nss libXtst libcxx libatomic - xdg-utils webrtc-audio-processing gst-plugins-bad1" + xdg-utils webrtc-audio-processing libXScrnSaver" short_desc="Chat and VOIP application" maintainer="Ryan Conwell " license="custom:Proprietary"