summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicholas George2021-01-06 18:49:45 -0600
committerNicholas George2021-01-06 18:49:45 -0600
commitc16802aad6580c440d06743cf996d5e52adc6dba (patch)
tree38c317561f88e72a45514b977fb7903ea695e568
parent783c282d996dfb73eb0f801912e475495d8d0859 (diff)
downloadaur-c16802aad6580c440d06743cf996d5e52adc6dba.tar.gz
Add 'gspell' as dependency
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 305a429c4805..a35ccbd8e184 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc='Gtk frontend for cchat.'
arch=('any')
url='https://github.com/diamondburned/cchat-gtk'
license=('GPL3')
-depends=('gtk3' 'discordlogin-git' 'libhandy0')
+depends=('gtk3' 'discordlogin-git' 'libhandy0' 'gspell')
provides=('cchat')
conflicts=('cchat')
# Maintainer: Nicholas George <vencorr@zoho.com>