summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2020-05-05 11:47:59 -0600
committerMark Wagie2020-05-05 11:47:59 -0600
commitcb39f1f1efa0547a3ab68672de777d615098d350 (patch)
treed1ca0ab6fea161328517555d4f6621aefdfaaa80
parent2f7b228c9274e295c8c2056f9dc2908266537f69 (diff)
downloadaur-cb39f1f1efa0547a3ab68672de777d615098d350.tar.gz
new optional dependencies
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f1f72ebda7d..a8dd3cbdeb7b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = apostrophe-git
pkgdesc = A distraction free Markdown editor for GNU/Linux made with GTK+
- pkgver = 2.2.0.1.r1.g0b2fec0
+ pkgver = 2.2.0.3.r0.gdaf77a6
pkgrel = 1
url = https://gitlab.gnome.org/somas/apostrophe
arch = any
@@ -17,7 +17,8 @@ pkgbase = apostrophe-git
depends = python-gobject
depends = python-cairo
depends = gobject-introspection
- optdepends = texlive-core: Export as PDF files
+ optdepends = texlive-latexextra: for the pdftex module
+ optdepends = mathjax: for formula preview
optdepends = otf-fira-mono: Recommended font (OTF)
optdepends = ttf-fira-mono: Recommended font (TTF)
provides = apostrophe
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}")