Date: Sunday, April 3, 2022 @ 15:55:16 Author: felixonmars Revision: 1181015
upgpkg: pandoc 2.17.1.1-9: rebuild with texmath 0.12.5 Modified: pandoc/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-04-03 15:37:47 UTC (rev 1181014) +++ PKGBUILD 2022-04-03 15:55:16 UTC (rev 1181015) @@ -4,7 +4,7 @@ pkgname=pandoc pkgver=2.17.1.1 -pkgrel=8 +pkgrel=9 pkgdesc='Conversion between markup formats' url='https://pandoc.org' license=('GPL') @@ -28,7 +28,7 @@ 'texlive-core: for pdf output') conflicts=('haskell-pandoc') replaces=('haskell-pandoc') -makedepends=('ghc' 'haskell-diff' 'haskell-tasty' 'haskell-tasty-golden' +makedepends=('ghc' 'uusi' '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=('1402240d094d62e071349d87d0a2ffe3e82269a80c82a39cefc7c2938ac86594011459068c1dd526127d72dd8c20816896d5c38761e9691370fa11190ec51b06') @@ -37,6 +37,7 @@ cd $pkgname-$pkgver # TODO: find a better solution sed -i "s|let env' = dynlibEnv ++ |let env' = dynlibEnv ++ [(\"LD_LIBRARY_PATH\", \"$PWD/dist/build\")] ++ |" test/Tests/Command.hs + uusi -u texmath $pkgname.cabal } build() {
