summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2021-04-09 08:50:32 +0300
committerCaleb Maclennan2021-04-09 08:50:32 +0300
commit9ee70346690c048ab473fd6d5d3f4afc91019262 (patch)
treeb006f014e1242d46f125c979570b029248119ec7
parent8499af4da18fc6c90fdf1bfa2c6aec72bd04b073 (diff)
downloadaur-9ee70346690c048ab473fd6d5d3f4afc91019262.tar.gz
upgpkg: pandoc-sile-git 2.13.r9.g87f16b9-2
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6f82f433218..97706268d630 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = pandoc-sile-git
pkgdesc = Conversion between markup formats (sile fork, static build)
- pkgver = 2.13.r8.g030ca91
+ pkgver = 2.13.r9.g87f16b9
pkgrel = 2
url = https://pandoc.org
arch = x86_64
license = GPL
makedepends = stack
+ depends = lua53
optdepends = pandoc-citeproc: for citation rendering with pandoc-citeproc filter
optdepends = pandoc-crossref: for numbering figures, equations, tables and cross-references to them with pandoc-crossref filter
optdepends = texlive-core: for pdf output
diff --git a/PKGBUILD b/PKGBUILD
index 94d93470dba6..f0fbf480f663 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,13 @@
_pkgname=pandoc
pkgname=$_pkgname-sile-git
_pkgver=2.13
-pkgver=2.13.r8.g030ca91
+pkgver=2.13.r9.g87f16b9
pkgrel=2
pkgdesc='Conversion between markup formats (sile fork, static build)'
url='https://pandoc.org'
license=('GPL')
arch=('x86_64')
+depends=('lua53')
optdepends=('pandoc-citeproc: for citation rendering with pandoc-citeproc filter'
'pandoc-crossref: for numbering figures, equations, tables and cross-references to them with pandoc-crossref filter'
'texlive-core: for pdf output')