From a1d9063e2caa173d287c88c6b5e028b48774daf9 Mon Sep 17 00:00:00 2001 From: Cayde Dixon Date: Thu, 31 Mar 2016 22:03:51 +1100 Subject: [PATCH] Add libnotify dep --- .SRCINFO | 5 +++-- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index bde93fea0ab4..0a9b310a579a 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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 diff --git a/PKGBUILD b/PKGBUILD index 1403c65aa42b..dbfe98d1f896 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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)