summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTamCore2016-04-09 15:28:17 +0200
committerTamCore2016-04-09 15:28:17 +0200
commitc1e479891d56bc221647290f522735fd1ca9c737 (patch)
treeb58740228ca971a40343871182344437e48a20e8
parent6fe4970f99caafd5da14718024f0b1063a5c1ada (diff)
downloadaur-c1e479891d56bc221647290f522735fd1ca9c737.tar.gz
added markdown as a dependency, added hunspell for spell checking as optional dependency
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 15429ce89357..cd6ad9532294 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Mar 28 19:18:29 UTC 2016
+# Sat Apr 9 13:27:47 UTC 2016
pkgbase = ghostwriter
pkgdesc = ghostwriter is a cross-platform, aesthetic, distraction-free Markdown editor.
pkgver = 1.3.1
@@ -15,6 +15,8 @@ pkgbase = ghostwriter
depends = hunspell
depends = desktop-file-utils
depends = gtk-update-icon-cache
+ depends = markdown
+ optdepends = hunspell: spell checking
provides = ghostwriter-git
conflicts = ghostwriter-git
source = ghostwriter.tar.gz::https://github.com/wereturtle/ghostwriter/archive/v1.3.1.tar.gz
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}"