Date: Wednesday, March 23, 2022 @ 16:54:07 Author: felixonmars Revision: 1171557
upgpkg: pandoc 2.17.0.1-1: rebuild with pandoc 2.17.0.1 Modified: pandoc/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-23 16:53:33 UTC (rev 1171556) +++ PKGBUILD 2022-03-23 16:54:07 UTC (rev 1171557) @@ -3,7 +3,7 @@ # Contributor: Arch Haskell Team <[email protected]> pkgname=pandoc -pkgver=2.17 +pkgver=2.17.0.1 pkgrel=1 pkgdesc='Conversion between markup formats' url='https://pandoc.org' @@ -31,7 +31,7 @@ makedepends=('ghc' 'haskell-diff' 'haskell-tasty' 'haskell-tasty-golden' 'haskell-tasty-hunit' 'haskell-tasty-lua' 'haskell-tasty-quickcheck') source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz") -sha512sums=('a10e92ef76bad155fc60f971dcea61394fd787a95ccd6da21ff24494bfd0f4c672109d4b4db771596446a9a0150c0dd0b9e53dc19117d5531455b3d3762033c7') +sha512sums=('003d048ad8db65130059115659d0374de293bc215055f4e5c10deff35ce63ab1bb5ee31bf341381de7bd385fc07c61c13027bd246141d8206cba7a3de9639e80') prepare() { cd $pkgname-$pkgver
