Date: Friday, February 8, 2019 @ 10:54:53 Author: felixonmars Revision: 430607
upgpkg: pandoc 2.6-1 rebuild with pandoc 2.6, pandoc-citeproc 0.16.0.2, hakyll 4.12.5.1 Modified: pandoc/trunk/PKGBUILD ----------+ PKGBUILD | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-02-08 10:49:02 UTC (rev 430606) +++ PKGBUILD 2019-02-08 10:54:53 UTC (rev 430607) @@ -2,8 +2,8 @@ # Contributor: Arch Haskell Team <[email protected]> pkgname=pandoc -pkgver=2.5 -pkgrel=36 +pkgver=2.6 +pkgrel=1 pkgdesc="Conversion between markup formats" url="http://pandoc.org" license=("GPL") @@ -12,7 +12,7 @@ 'haskell-aeson-pretty' '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-skylighting' 'haskell-hslua' + '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' @@ -27,13 +27,11 @@ 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=('40a47680437288253888c6b943192bfcfa402d4bf797962aaa15b8fc43d0ab1887f717c724f71c901c97dcb9bb42322bbb54fdbd9906f0da1187e95b50cfca92') +sha512sums=('edcaa419c078916f236270da14bf5061759ff5ce96bf5f4567aea762efe591db363be9fbb45b517bb974a9c29cce92d91b15ae7d32b2512018e0d30211b9772b') prepare() { cd "${srcdir}/$pkgname-${pkgver}" - sed -i -e 's/< *0.10/<1/' -e 's/< *0.6/<1/' -e 's/< *0.4/<1/' $pkgname.cabal - # TODO: find a better solution sed -i "s|let env' = dynlibEnv ++ |let env' = dynlibEnv ++ [(\"LD_LIBRARY_PATH\", \"$PWD/dist/build\")] ++ |" test/Tests/Command.hs }
