Add libnotify dep

This commit is contained in:
Cayde Dixon 2016-03-31 22:03:51 +11:00
parent 9e8f991785
commit a1d9063e2c
2 changed files with 5 additions and 4 deletions

View file

@ -1,14 +1,15 @@
# Generated by mksrcinfo v8
# Wed Mar 30 11:40:28 UTC 2016
# Thu Mar 31 11:03:14 UTC 2016
pkgbase = discord-canary
pkgdesc = Discord Canary linux release
pkgver = 0.0.1
pkgrel = 3
pkgrel = 4
url = https://discordapp.com/
arch = x86_64
license = custom
depends = gtk2
depends = gconf
depends = libnotify
optdepends = freetype2-infinality: If you have black screens with emojis install this.
provides = discord-canary
source = DiscordCanary.desktop

View file

@ -2,13 +2,13 @@
pkgname=discord-canary
pkgver=0.0.1
pkgrel=3
pkgrel=4
pkgdesc='Discord Canary linux release'
arch=('x86_64')
url='https://discordapp.com/'
provides=('discord-canary')
license=('custom')
depends=('gtk2' 'gconf')
depends=('gtk2' 'gconf' 'libnotify')
optdepends=('freetype2-infinality: If you have black screens with emojis install this.')
source=(DiscordCanary.desktop LICENSE)