summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorParker Reed2019-06-05 18:25:46 -0400
committerParker Reed2019-06-05 18:25:46 -0400
commit5748f8281f2321f353da3d44e97183b31b07425a (patch)
tree29dc48d24d9b09a458afe0906df3878ef0f062ac
parent02128cbded42d9b812255a740a31dfabb16944d8 (diff)
downloadaur-5748f8281f2321f353da3d44e97183b31b07425a.tar.gz
Remove gconf dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f7805dce7f2..e7c7b71ce60c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = discord-canary
pkgdesc = All-in-one voice and text chat for gamers that's free and secure.
pkgver = 0.0.80
- pkgrel = 1
+ pkgrel = 2
url = https://discordapp.com/
arch = x86_64
license = custom
depends = gtk3
- depends = gconf
depends = libnotify
depends = libxss
depends = glibc
diff --git a/PKGBUILD b/PKGBUILD
index 6912fdb5d1a2..6a174d7cf94b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,13 @@
pkgname=discord-canary
pkgver=0.0.80
-pkgrel=1
+pkgrel=2
pkgdesc="All-in-one voice and text chat for gamers that's free and secure."
arch=('x86_64')
url='https://discordapp.com/'
provides=('discord')
license=('custom')
-depends=('gtk3' 'gconf' 'libnotify' 'libxss' 'glibc' 'alsa-lib' 'nspr' 'nss' 'xdg-utils' 'libcups')
+depends=('gtk3' 'libnotify' 'libxss' 'glibc' 'alsa-lib' 'nspr' 'nss' 'xdg-utils' 'libcups')
optdepends=('libpulse: For pulseaudio support'
'noto-fonts-emoji: Google font for emoji support.'
'ttf-symbola: Font for emoji support.'