summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormorganamilo2019-04-26 05:37:23 +0100
committermorganamilo2019-04-26 05:49:31 +0100
commitdbfeaa0b515ef17eb499ba20ff8a35bb5a401bd2 (patch)
tree3c04ef90e1e6d2e95883c4371069e665b415af84 /PKGBUILD
parent497a49a06c2df212bc6a39a324e81f04c1410f42 (diff)
downloadaur-discord.tar.gz
Discord no longer deps on libc++
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f20e91cf59a9..3dbbc2be4d30 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@
pkgname=discord
pkgver=0.0.9
-pkgrel=2
+pkgrel=3
pkgdesc="All-in-one voice and text chat for gamers that's free and secure."
arch=('x86_64')
url='https://discordapp.com/'
license=('custom')
-depends=('gtk3' 'gconf' 'libnotify' 'libxss' 'glibc' 'alsa-lib' 'nspr' 'nss' 'libc++')
+depends=('gtk3' 'gconf' 'libnotify' 'libxss' 'glibc' 'alsa-lib' 'nspr' 'nss' 'xdg-utils')
optdepends=(
'libpulse: For pulseaudio support'
'noto-fonts-emoji: Google font for emoji support.'