summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2021-06-04 22:04:07 -0600
committerMark Wagie2021-06-04 22:04:07 -0600
commitda6d0015574f54b08bf330543c9fc82cc2109d6f (patch)
tree5f087ba9f9e4fecb2735f1b326356d169fbd8840 /PKGBUILD
parente1cdd97475d59440acaa7c2ccf33f439b9bbb954 (diff)
downloadaur-da6d0015574f54b08bf330543c9fc82cc2109d6f.tar.gz
revert previous commit
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 417c606261a2..740a5bcc6746 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
# Co-Maintainer: Mohammadreza Abdollahzadeh <morealaz at gmail dot com>
pkgname=gedit-plugin-markdown_preview-git
-pkgver=r110.b878f0c
-pkgrel=1
+pkgver=r122.ad13861
+pkgrel=2
pkgdesc="A gedit plugin previewing markdown (.md) documents"
arch=('any')
url="https://github.com/maoschanz/gedit-plugin-markdown_preview"
@@ -11,7 +11,9 @@ depends=('gedit' 'python-markdown' 'webkit2gtk')
makedepends=('git')
optdepends=('pymdown-extensions: extra Python Markdown extensions'
'python-pygments: for CodeHilite extension'
- 'pandoc: export and stylesheet support')
+ 'pandoc: export and stylesheet support'
+ 'texlive-bin: export to PDF with pandoc'
+ 'texlive-core: export to PDF with pandoc')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=('git+https://github.com/maoschanz/gedit-plugin-markdown_preview.git')