summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCayde Dixon2016-04-28 02:00:54 +1000
committerCayde Dixon2016-04-28 02:00:54 +1000
commit6352d8f034b39bf82f748b470c96b1de45cbd5a3 (patch)
tree38871593ad00a09db80fae5376ad6d7effc64061
parent25026620a44fa9f51a915117971b1bd2b8feafff (diff)
downloadaur-6352d8f034b39bf82f748b470c96b1de45cbd5a3.tar.gz
Add dependency missed on update
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f8c8c960d7e..6a2fd706f770 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = discord-canary
pkgdesc = Discord Canary linux release
pkgver = 0.0.4
- pkgrel = 1
+ pkgrel = 2
url = https://discordapp.com/
arch = x86_64
license = custom
depends = gtk2
depends = gconf
depends = libnotify
+ depends = libxss
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 03f32e590cde..784a80c94a56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=discord-canary
pkgver=0.0.4
-pkgrel=1
+pkgrel=2
pkgdesc='Discord Canary linux release'
arch=('x86_64')
url='https://discordapp.com/'
provides=('discord-canary')
license=('custom')
-depends=('gtk2' 'gconf' 'libnotify')
+depends=('gtk2' 'gconf' 'libnotify' 'libxss')
optdepends=('freetype2-infinality: If you have black screens with emojis install this.')
source=(DiscordCanary.desktop LICENSE DiscordCanary.sh)