From 201fe4a161ade41f5f0130f7dd63de1005e8c66e Mon Sep 17 00:00:00 2001 From: Anthony Anderson Date: Fri, 27 May 2016 17:15:54 -0400 Subject: [PATCH] added new dependencies Signed-off-by: Anthony Anderson --- .SRCINFO | 7 ++++++- PKGBUILD | 6 +++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 85683b8545ff..5c0d929ac3a6 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = discord-canary pkgdesc = Discord Canary linux release pkgver = 0.0.8 - pkgrel = 3 + pkgrel = 4 url = https://discordapp.com/ install = DiscordCanary.install arch = x86_64 @@ -10,7 +10,12 @@ pkgbase = discord-canary depends = gconf depends = libnotify depends = libxss + depends = glibc + depends = alsa-lib + depends = nspr + depends = nss optdepends = freetype2-infinality: If you have black screens with emojis install this. + optdepends = libpulse: For pulseaudio support provides = discord-canary source = DiscordCanary.desktop source = LICENSE diff --git a/PKGBUILD b/PKGBUILD index 5359d6359166..823f736ae03c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,14 +3,14 @@ pkgname=discord-canary pkgver=0.0.8 -pkgrel=3 +pkgrel=4 pkgdesc='Discord Canary linux release' arch=('x86_64') url='https://discordapp.com/' provides=('discord-canary') license=('custom') -depends=('gtk2' 'gconf' 'libnotify' 'libxss') -optdepends=('freetype2-infinality: If you have black screens with emojis install this.') +depends=('gtk2' 'gconf' 'libnotify' 'libxss' 'glibc' 'alsa-lib' 'nspr' 'nss') +optdepends=('freetype2-infinality: If you have black screens with emojis install this.' 'libpulse: For pulseaudio support' ) install="DiscordCanary.install" source=(DiscordCanary.desktop LICENSE DiscordCanary.sh)