summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d38650280ce3..3660c1261e40 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = marker-git
pkgdesc = A gtk3 markdown editor
- pkgver = 2017.10.05.r2.g0fe645a
+ pkgver = 2017.11.01.r0.g952eab1
pkgrel = 1
url = https://github.com/fabiocolacio/Marker
arch = i686
@@ -10,8 +10,7 @@ pkgbase = marker-git
makedepends = meson
depends = gtksourceview3
depends = webkit2gtk
- optdepends = pandoc
- optdepends = wkhtmltopdf
+ optdepends = pandoc: export to HTML, PDF, RTF, OTF, DOCX, LaTeX
provides = marker
conflicts = marker
source = git+https://github.com/fabiocolacio/Marker.git
diff --git a/PKGBUILD b/PKGBUILD
index 57e47c05eb38..cc76dc991955 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor:
pkgname=marker-git
-pkgver=2017.10.05.r2.g0fe645a
+pkgver=2017.11.01.r0.g952eab1
pkgrel=1
pkgdesc="A gtk3 markdown editor"
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ url="https://github.com/fabiocolacio/Marker"
license=('GPL3')
depends=('gtksourceview3' 'webkit2gtk')
makedepends=('git' 'meson')
-optdepends=('pandoc' 'wkhtmltopdf')
+optdepends=('pandoc: export to HTML, PDF, RTF, OTF, DOCX, LaTeX')
provides=("${pkgname%-*}")
conflicts=("${pkgname%-*}")
source=("git+${url}.git")