summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicholas George2021-01-06 19:01:25 -0600
committerNicholas George2021-01-06 19:01:25 -0600
commita075111d092670f45cd73e85958d78745ad08ef2 (patch)
tree131cd97f34e4ef284e9b96df995a22be58f862b7
parentc16802aad6580c440d06743cf996d5e52adc6dba (diff)
downloadaur-a075111d092670f45cd73e85958d78745ad08ef2.tar.gz
Moved discordlogin-git to optional depends.
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a35ccbd8e184..4192d795268d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,8 @@ pkgdesc='Gtk frontend for cchat.'
arch=('any')
url='https://github.com/diamondburned/cchat-gtk'
license=('GPL3')
-depends=('gtk3' 'discordlogin-git' 'libhandy0' 'gspell')
+depends=('gtk3' 'libhandy0' 'gspell')
+optdepends=('discordlogin-git: Discord login support')
provides=('cchat')
conflicts=('cchat')
# Maintainer: Nicholas George <vencorr@zoho.com>