summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosip Ponjavic2017-11-02 21:11:09 +0100
committerJosip Ponjavic2017-11-02 21:11:09 +0100
commitf439f179973459af6a9bc92b7277c185fc6486b8 (patch)
treeae979b6f3b402cef560aa2215a4bcc413d758b9e
parenta479d990d02c0923f73d0dca2d228b93316a0917 (diff)
downloadaur-f439f179973459af6a9bc92b7277c185fc6486b8.tar.gz
bump, remove wkhtmltopdf from optdepends
-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")