community/pandoc to 2.0.4-1

This commit is contained in:
Kevin Mihelich 2017-12-04 13:44:22 +00:00
parent 0d950f6f17
commit 883de2edc5

View file

@ -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}"