summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAnthony Anderson2017-01-25 20:39:03 -0500
committerAnthony Anderson2017-01-25 20:39:03 -0500
commit873e235efc24806ad00db511261bba5f7234c5c0 (patch)
treec98f56ff52c5ebf70cb7ff5f461c15e275f75873 /PKGBUILD
parent73361973e79edc1b2dedefab29e4cf3f3cfcde5a (diff)
downloadaur-873e235efc24806ad00db511261bba5f7234c5c0.tar.gz
Fixed libc++ dep issue
Signed-off-by: Anthony Anderson <aantony4122@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6370d20eaeac..c5a4bfd0dd26 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=discord-canary
pkgver=0.0.14
-pkgrel=1
+pkgrel=2
pkgdesc='Discord Canary linux release'
arch=('x86_64')
url='https://discordapp.com/'
provides=('discord-canary')
license=('custom')
-depends=('gtk2' 'gconf' 'libnotify' 'libxss' 'glibc' 'alsa-lib' 'nspr' 'nss')
+depends=('gtk2' 'gconf' 'libnotify' 'libxss' 'glibc' 'alsa-lib' 'nspr' 'nss' 'libc++')
optdepends=('freetype2-infinality: If you have black screens with emojis install this.' 'libpulse: For pulseaudio support' )
install="DiscordCanary.install"