mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
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
This commit is contained in:
parent
d9c63a55e5
commit
e4d8c8cb34
1 changed files with 4 additions and 3 deletions
|
@ -1,14 +1,15 @@
|
||||||
# Template file for 'discord'
|
# Template file for 'discord'
|
||||||
pkgname=discord
|
pkgname=discord
|
||||||
version=0.0.15
|
version=0.0.15
|
||||||
revision=1
|
revision=2
|
||||||
archs="x86_64"
|
archs="x86_64"
|
||||||
wrksrc="Discord"
|
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"
|
short_desc="Chat and VOIP application"
|
||||||
maintainer="Ryan Conwell <ryanconwell@protonmail.com>"
|
maintainer="Ryan Conwell <ryanconwell@protonmail.com>"
|
||||||
license="custom:Proprietary"
|
license="custom:Proprietary"
|
||||||
homepage="https://discordapp.com"
|
homepage="https://discord.com"
|
||||||
distfiles="https://dl.discordapp.net/apps/linux/${version}/discord-${version}.tar.gz"
|
distfiles="https://dl.discordapp.net/apps/linux/${version}/discord-${version}.tar.gz"
|
||||||
checksum=adede954e9c696d96e254759b539527a24ab1d42f0d548c5c4309d1a3fc3c25e
|
checksum=adede954e9c696d96e254759b539527a24ab1d42f0d548c5c4309d1a3fc3c25e
|
||||||
repository=nonfree
|
repository=nonfree
|
||||||
|
|
Loading…
Add table
Reference in a new issue