Date: Sunday, April 7, 2019 @ 12:04:45 Author: felixonmars Revision: 450277
upgpkg: pandoc 2.7.2-1 rebuild with pandoc 2.7.2 Modified: pandoc/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-04-07 11:14:15 UTC (rev 450276) +++ PKGBUILD 2019-04-07 12:04:45 UTC (rev 450277) @@ -2,20 +2,20 @@ # Contributor: Arch Haskell Team <[email protected]> pkgname=pandoc -pkgver=2.7.1 -pkgrel=9 +pkgver=2.7.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' - 'haskell-aeson-pretty' 'haskell-base-compat' 'haskell-base64-bytestring' + 'haskell-aeson-pretty' 'haskell-attoparsec' 'haskell-base-compat' 'haskell-base64-bytestring' 'haskell-blaze-html' 'haskell-blaze-markup' 'haskell-case-insensitive' 'haskell-cmark-gfm' 'haskell-data-default' 'haskell-doctemplates' 'haskell-exceptions' 'haskell-glob' 'haskell-haddock-library' 'haskell-ipynb' 'haskell-skylighting' 'haskell-hslua' 'haskell-hslua-module-text' 'haskell-http-client' 'haskell-syb' 'haskell-hsyaml' 'haskell-http-client-tls' 'haskell-http-types' 'haskell-safe' 'haskell-split' 'haskell-texmath' - 'haskell-network' 'haskell-pandoc-types' 'haskell-random' + 'haskell-network' 'haskell-pandoc-types' 'haskell-random' 'haskell-scientific' 'haskell-tagsoup' 'haskell-temporary' 'haskell-network-uri' 'haskell-unicode-transforms' 'haskell-unordered-containers' 'haskell-zip-archive' 'haskell-vector' 'haskell-xml' 'haskell-zlib') @@ -27,7 +27,7 @@ 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=('0a6ba9ba0c79cfd77a0ad5fbae31035965520336c2f0790b762a02431367e673bdba4cb1313089fecd3fd73479a89b1c34007af8a40846612e0ca136886bb7ee') +sha512sums=('f0d6a700413d1a70b6ca8f69883afda27248dcf5315a1819127163ad8e239fd19d2ec8462e3a793a67d3f86d02b364fa00ac5de735a77a63e737a1a2b92ef00b') prepare() { cd "${srcdir}/$pkgname-${pkgver}"
