Date: Tuesday, October 9, 2018 @ 18:30:36 Author: felixonmars Revision: 391728
upgpkg: pandoc 2.3.1-9 rebuild with skylighting 0.7.4, skylighting-core 0.7.4 Modified: pandoc/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-10-09 18:24:25 UTC (rev 391727) +++ PKGBUILD 2018-10-09 18:30:36 UTC (rev 391728) @@ -3,7 +3,7 @@ pkgname=pandoc pkgver=2.3.1 -pkgrel=8 +pkgrel=9 pkgdesc="Conversion between markup formats" url="http://pandoc.org" license=("GPL") @@ -26,11 +26,14 @@ 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=('e1c708e828c48ce5cf2a8a00431c0d75750ec46a67389de04260f3e18845b67a7e4792ea862e6184da00d335f1567f1276af4bddbb8d5275b3913f1b3a752121') +source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz" + https://github.com/jgm/pandoc/commit/58eb78c437a411ee796e2c90d7c4681fe78d8254.patch) +sha512sums=('e1c708e828c48ce5cf2a8a00431c0d75750ec46a67389de04260f3e18845b67a7e4792ea862e6184da00d335f1567f1276af4bddbb8d5275b3913f1b3a752121' + 'bf5aa3cf3628c52d1cd535b2a39a6ac3f158db828923da677870186ff1db80f1cb47f67c136496759a0a49a9f77a6fb89ac16ed3561af1ce50350ee17a3826d0') prepare() { cd "${srcdir}/$pkgname-${pkgver}" + patch -p1 -i ../58eb78c437a411ee796e2c90d7c4681fe78d8254.patch # TODO: find a better solution sed -i "s|let env' = dynlibEnv ++ |let env' = dynlibEnv ++ [(\"LD_LIBRARY_PATH\", \"$PWD/dist/build\")] ++ |" test/Tests/Command.hs
