mirror of
https://github.com/archlinux/aur.git
synced 2026-02-10 23:27:54 +01:00
added new dependencies
Signed-off-by: Anthony Anderson <aantony4122@gmail.com>
This commit is contained in:
parent
a5764ec279
commit
201fe4a161
2 changed files with 9 additions and 4 deletions
7
.SRCINFO
7
.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
|
||||
|
|
|
|||
6
PKGBUILD
6
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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue