From f19f4fb4db977e38c5c529443b1224d106349232 Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Tue, 24 Aug 2021 21:54:48 -0400 Subject: [PATCH] discord: update dependencies xdg-utils to open links in discord, webrtc-audio-processing to avoid discord error that closes after 1 hour or less into a call --- srcpkgs/discord/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/discord/template b/srcpkgs/discord/template index fc6a70079d8b..7e53659ac788 100644 --- a/srcpkgs/discord/template +++ b/srcpkgs/discord/template @@ -1,14 +1,15 @@ # Template file for 'discord' pkgname=discord version=0.0.15 -revision=1 +revision=2 archs="x86_64" wrksrc="Discord" -depends="alsa-lib dbus-glib gtk+3 libnotify nss libXtst libcxx libatomic" +depends="alsa-lib dbus-glib gtk+3 libnotify nss libXtst libcxx libatomic + xdg-utils webrtc-audio-processing" short_desc="Chat and VOIP application" maintainer="Ryan Conwell " license="custom:Proprietary" -homepage="https://discordapp.com" +homepage="https://discord.com" distfiles="https://dl.discordapp.net/apps/linux/${version}/discord-${version}.tar.gz" checksum=adede954e9c696d96e254759b539527a24ab1d42f0d548c5c4309d1a3fc3c25e repository=nonfree