From 883de2edc591dbd9b7fd887c258ab45cc75327fa Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Mon, 4 Dec 2017 13:44:22 +0000 Subject: [PATCH] community/pandoc to 2.0.4-1 --- community/pandoc/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/community/pandoc/PKGBUILD b/community/pandoc/PKGBUILD index c201e8d5f..4763ad683 100644 --- a/community/pandoc/PKGBUILD +++ b/community/pandoc/PKGBUILD @@ -6,8 +6,8 @@ # - build with -O0 to fix OOM pkgname=pandoc -pkgver=2.0.3 -pkgrel=7 +pkgver=2.0.4 +pkgrel=1 pkgdesc="Conversion between markup formats" url="http://pandoc.org" license=("GPL") @@ -30,7 +30,7 @@ replaces=('haskell-pandoc') makedepends=('ghc' 'haskell-diff' 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck' 'haskell-tasty-golden' 'haskell-quickcheck' 'haskell-executable-path') source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz") -sha512sums=('92efa19141991d0737f0cda8ca09a812286bd7126e95d295e7c0d8b7b14e0be85a842f12756d0608765d2135f0ced2e786f2ffa8295d68e4b1fc52447336841d') +sha512sums=('7de8f7995d57313c3bb1223b72deb131a433f6aa69e059964700b2bf96d3b3579a9e0125dc3fa7cdf5b504e3974aa9a9caad34dbbc4bec0089dadde1dbb9acb0') build() { cd "${srcdir}/${pkgname}-${pkgver}"