summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorArtem Klevtsov2015-11-16 16:11:38 +0700
committerArtem Klevtsov2015-11-16 16:11:38 +0700
commit8c2679bd2738009e94c15ef6eea9d92becf0e059 (patch)
treeb2d7d75e568f481e81a140c9daada993010d36e7 /PKGBUILD
parentae3c2ed05328e2442ad6152e8f43541b8f42443c (diff)
downloadaur-8c2679bd2738009e94c15ef6eea9d92becf0e059.tar.gz
Update version. Add haskell-pandoc-citeproc to conflicts and provides
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')