summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2020-06-01 13:40:36 -0600
committerMark Wagie2020-06-01 13:40:36 -0600
commit55900e2c7fbfbbcaf82bf794f1d3363d34326b69 (patch)
tree0426d60db31112c10ae40caab8c67eb81ffcd236
parent62b9150d0b0ea854c826b9f9605982ebd133809f (diff)
downloadaur-55900e2c7fbfbbcaf82bf794f1d3363d34326b69.tar.gz
update dependencies
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fab87089edcc..01aabc4adc1b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -19,6 +19,7 @@ pkgbase = nicotine-plus-git
optdepends = python-miniupnpc: Python bindings for miniupnpc
optdepends = python-geoip: for geo-blocker
optdepends = python-feedparser: for Reddit plugin
+ optdepends = gspell: for spell checking support
optdepends = nuspell: for spell checking support
optdepends = libappindicator-gtk3: for tray icon support
provides = nicotine-plus
diff --git a/PKGBUILD b/PKGBUILD
index 08561de4e3de..2f879125ab79 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,6 +16,7 @@ optdepends=('miniupnpc: UPnP support'
'python-miniupnpc: Python bindings for miniupnpc'
'python-geoip: for geo-blocker'
'python-feedparser: for Reddit plugin'
+ 'gspell: for spell checking support'
'nuspell: for spell checking support'
'libappindicator-gtk3: for tray icon support')
checkdepends=('python-pytest')