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