summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-06-18 10:34:17 -0600
committerMark Wagie2023-06-18 10:34:17 -0600
commita648e4262eefa747d9ca6837c16520e8a05baebb (patch)
treed30ee8b960c84a2cd803a8e37faae5813d1ea7fb
parente772a25ef54051181708cdb2005365caaeda07fa (diff)
downloadaur-a648e4262eefa747d9ca6837c16520e8a05baebb.tar.gz
update texlive deps
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0508c79ee5f..60deac0377f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gedit-plugin-markdown_preview
pkgdesc = A gedit plugin previewing markdown (.md) documents
pkgver = 2.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/maoschanz/gedit-plugin-markdown_preview
arch = any
license = GPL3
@@ -11,8 +11,8 @@ pkgbase = gedit-plugin-markdown_preview
optdepends = pymdown-extensions: extra Python Markdown extensions
optdepends = python-pygments: for CodeHilite extension
optdepends = pandoc: export and stylesheet support
- optdepends = texlive-bin: export to PDF with pandoc
- optdepends = texlive-core: export to PDF with pandoc
+ optdepends = texlive-bin: export to PDF with pandoc (pdflatex)
+ optdepends = texlive-fontsextra: export to PDF with pandoc (lmodern)
source = gedit-plugin-markdown_preview-2.0.tar.gz::https://github.com/maoschanz/gedit-plugin-markdown_preview/archive/refs/tags/2.0.tar.gz
sha256sums = 2fa757bb87d8b63fc206e307f6b963c9a2013d487f33fe7f564c9f0f2bc53a07
diff --git a/PKGBUILD b/PKGBUILD
index f39b89f4525c..4dad77ed5faf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=gedit-plugin-markdown_preview
pkgver=2.0
-pkgrel=1
+pkgrel=2
pkgdesc="A gedit plugin previewing markdown (.md) documents"
arch=('any')
url="https://github.com/maoschanz/gedit-plugin-markdown_preview"
@@ -10,8 +10,8 @@ depends=('gedit' 'python-markdown' 'webkit2gtk')
optdepends=('pymdown-extensions: extra Python Markdown extensions'
'python-pygments: for CodeHilite extension'
'pandoc: export and stylesheet support'
- 'texlive-bin: export to PDF with pandoc'
- 'texlive-core: export to PDF with pandoc')
+ 'texlive-bin: export to PDF with pandoc (pdflatex)'
+ 'texlive-fontsextra: export to PDF with pandoc (lmodern)')
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz")
sha256sums=('2fa757bb87d8b63fc206e307f6b963c9a2013d487f33fe7f564c9f0f2bc53a07')