summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 47a9e7727afd..3d4a589e3003 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,8 +12,9 @@ sha256sums=('fc6905db86c3285d6e634d779c024a8988457fa453d93be759d446af0c7ed560')
conflicts=('ghostwriter-git')
provides=('ghostwriter-git')
makedepends=('qtchooser')
-depends=('qt5-base' 'qt5-webkit' 'hunspell' 'desktop-file-utils' 'gtk-update-icon-cache')
+depends=('qt5-base' 'qt5-webkit' 'hunspell' 'desktop-file-utils' 'gtk-update-icon-cache' 'markdown')
install=ghostwriter.install
+optdepends=('hunspell: spell checking')
build() {
cd "${pkgname}-${pkgver}"