Date: Friday, January 14, 2022 @ 00:23:52 Author: felixonmars Revision: 1103088
upgpkg: pandoc 2.14.2-1: rebuild with citeproc 0.5, pandoc 2.14.2 Modified: pandoc/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-01-14 00:10:50 UTC (rev 1103087) +++ PKGBUILD 2022-01-14 00:23:52 UTC (rev 1103088) @@ -2,13 +2,13 @@ # Contributor: Arch Haskell Team <[email protected]> pkgname=pandoc -pkgver=2.14.1 -pkgrel=90 +pkgver=2.14.2 +pkgrel=1 pkgdesc='Conversion between markup formats' url='https://pandoc.org' license=('GPL') arch=('x86_64') -depends=('ghc-libs' 'haskell-http' 'haskell-juicypixels' 'haskell-sha' 'haskell-aeson' +depends=('ghc-libs' 'haskell-juicypixels' 'haskell-sha' 'haskell-aeson' 'haskell-aeson-pretty' 'haskell-attoparsec' 'haskell-base64-bytestring' 'haskell-blaze-html' 'haskell-blaze-markup' 'haskell-case-insensitive' 'haskell-citeproc' 'haskell-commonmark' 'haskell-commonmark-extensions' @@ -30,7 +30,7 @@ makedepends=('ghc' 'uusi' 'haskell-diff' 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-lua' 'haskell-tasty-quickcheck' 'haskell-tasty-golden' 'haskell-quickcheck') source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz") -sha512sums=('5946d1beca186ca6ab3a75ee9d598527c5fe7f220f9b7e741a172e8bba438d2c417d5e712a06e40de3ac945db1b15904d00f9cdf34b24904d721a3c4eb4ab0f3') +sha512sums=('b6ea6e57fe500d4944d84007c693758a47890ef4880836ccdc7bf5b8d8f3e91c17f05e2d34892e308fdb99bacfa2098065af3d7f18d277f685eff81e810eee17') prepare() { cd $pkgname-$pkgver
