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 cbac32394823..daa50d77f5ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
pkgname=pandoc-bin
pkgver=1.15.0.6
-pkgrel=1
+pkgrel=2
pkgdesc="Universal markup converter (Binary build from official deb)"
url="http://pandoc.org/"
license=('GPL2')
arch=('x86_64')
depends=('gmp' 'zlib')
optdepends=('texlive-most: for PDF creation')
-provides=('pandoc-cabal' 'pandoc-static' 'pandoc-rstudio')
-conflicts=('pandoc-cabal' 'pandoc-static' 'pandoc-rstudio')
+provides=('pandoc' 'pandoc-cabal' 'pandoc-static' 'pandoc-rstudio')
+conflicts=('pandoc' '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=('6af83d0fd197e9427f5735b3684b82af')