summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8aa0432bf1e0..a2e3910067c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor Artem Klevtsov <a.a.klevtsov at gmail dot com>
pkgname=pandoc-bin
-pkgver=1.15.1
+pkgver=1.15.2
pkgrel=1
pkgdesc="Universal markup converter (Binary build from official deb)"
url="http://pandoc.org/"
@@ -10,8 +10,8 @@ license=('GPL2')
arch=('x86_64')
depends=('gmp' 'zlib')
optdepends=('texlive-most: for PDF creation')
-provides=('pandoc' 'pandoc-cabal' 'pandoc-static' 'pandoc-rstudio')
-conflicts=('pandoc' 'pandoc-cabal' 'pandoc-static' 'pandoc-rstudio')
+provides=('pandoc' 'haskell-pandoc-citeproc' 'pandoc-cabal' 'pandoc-static' 'pandoc-rstudio')
+conflicts=('pandoc' 'haskell-pandoc-citeproc' 'pandoc-cabal' 'pandoc-static' 'pandoc-rstudio')
source_x86_64=("https://github.com/jgm/pandoc/releases/download/${pkgver}/pandoc-${pkgver}-1-amd64.deb")
md5sums_x86_64=('2ae31e78304ad08849a4b48cb95b8d72')