summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2020-05-05 11:47:59 -0600
committerMark Wagie2020-05-05 11:47:59 -0600
commitcb39f1f1efa0547a3ab68672de777d615098d350 (patch)
treed1ca0ab6fea161328517555d4f6621aefdfaaa80 /PKGBUILD
parent2f7b228c9274e295c8c2056f9dc2908266537f69 (diff)
downloadaur-cb39f1f1efa0547a3ab68672de777d615098d350.tar.gz
new optional dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9211142a7ee2..e3ed0b3e5112 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Co-Maintainer: Fabio 'Lolix' Loli <lolix@disroot.org> -> https://github.com/FabioLolix
# Contributor: Philip Goto <philip.goto@gmail.com>
pkgname=apostrophe-git
-pkgver=2.2.0.1.r1.g0b2fec0
+pkgver=2.2.0.3.r0.gdaf77a6
pkgrel=1
pkgdesc="A distraction free Markdown editor for GNU/Linux made with GTK+"
arch=('any')
@@ -11,7 +11,8 @@ license=('GPL3')
depends=('webkit2gtk' 'gspell' 'python-pypandoc' 'python-regex' 'python-levenshtein'
'python-pyenchant' 'python-gobject' 'python-cairo' 'gobject-introspection')
makedepends=('git' 'meson' 'appstream-glib')
-optdepends=('texlive-core: Export as PDF files'
+optdepends=('texlive-latexextra: for the pdftex module'
+ 'mathjax: for formula preview'
'otf-fira-mono: Recommended font (OTF)'
'ttf-fira-mono: Recommended font (TTF)')
provides=("${pkgname%-git}")