added new dependencies

Signed-off-by: Anthony Anderson <aantony4122@gmail.com>
This commit is contained in:
Anthony Anderson 2016-05-27 17:15:54 -04:00
parent a5764ec279
commit 201fe4a161
No known key found for this signature in database
GPG key ID: D954597DC6A2776C
2 changed files with 9 additions and 4 deletions

View file

@ -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

View file

@ -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)