summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c61018852de..5e96c36d8148 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Mar 28 19:21:34 UTC 2016
+# Sat Apr 9 13:30:00 UTC 2016
pkgbase = ghostwriter-git
pkgdesc = ghostwriter is a cross-platform, aesthetic, distraction-free Markdown editor.
pkgver = v1.3.1.r19.g49af913
@@ -16,6 +16,8 @@ pkgbase = ghostwriter-git
depends = hunspell
depends = desktop-file-utils
depends = gtk-update-icon-cache
+ depends = markdown
+ optdepends = hunspell: spell checking
provides = ghostwriter
conflicts = ghostwriter
source = git://github.com/wereturtle/ghostwriter.git
diff --git a/PKGBUILD b/PKGBUILD
index bf832f85c0cd..4ac05e337881 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,8 +12,9 @@ sha256sums=('SKIP')
conflicts=('ghostwriter')
provides=('ghostwriter')
makedepends=('git' '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')
pkgver() {
cd "${pkgname%-git}"