summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgesh2022-04-04 23:26:37 +0300
committergesh2022-04-04 23:28:23 +0300
commitb21463bc9e8fb0fd26cd9a3805b4b63a4a19cbe5 (patch)
tree9ab0c2218deafcfc2bcc2e32e68dc00ae76a51fc
parenteec5fda695054887195317db862cd163176d3018 (diff)
downloadaur-b21463bc9e8fb0fd26cd9a3805b4b63a4a19cbe5.tar.gz
Remove pandoc-citeproc optdep
Deprecated since pandoc absorbed it as a library on 2020-09-06 in e0984a43a99231e72c02a0a716c8d0315de9abdf
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eb22dc4d39b3..66cd5fe4559d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,14 +8,13 @@ shopt -s extglob
pkgname=pandoc-static-git
_pkgname="${pkgname%-static-git}"
-pkgver=2.14rc.r12.g54ab7a0a3
+pkgver=2.18.r1.g4c8ad1fba
pkgrel=1
pkgdesc='Conversion between markup formats (static build, dynamic Lua support)'
url='https://pandoc.org'
license=('GPL')
arch=('x86_64')
-optdepends=('pandoc-citeproc: for citation rendering with pandoc-citeproc filter'
- 'texlive-core: for pdf output')
+optdepends=('texlive-core: for pdf output')
conflicts=('haskell-pandoc' 'pandoc' 'pandoc-bin')
replaces=('haskell-pandoc' 'pandoc' 'pandoc-bin')
provides=("pandoc=${pkgver%%*([a-z]).r*}")