Date: Saturday, October 1, 2022 @ 22:13:06 Author: felixonmars Revision: 1320236
upgpkg: pandoc 2.19.2-5: rebuild with gridtables 0.1.0.0 Modified: pandoc/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-01 22:11:19 UTC (rev 1320235) +++ PKGBUILD 2022-10-01 22:13:06 UTC (rev 1320236) @@ -4,7 +4,7 @@ pkgname=pandoc pkgver=2.19.2 -pkgrel=4 +pkgrel=5 pkgdesc='Conversion between markup formats' url='https://pandoc.org' license=('GPL') @@ -30,7 +30,7 @@ 'texlive-core: for pdf output') conflicts=('haskell-pandoc') replaces=('haskell-pandoc') -makedepends=('ghc' 'haskell-diff' 'haskell-tasty' 'haskell-tasty-golden' 'haskell-tasty-hunit' +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=('3628a9193d5138294bae562726bcd94567eec10fa0053d43739af04d4eba0a53bd49c2c000a5360afcac08153960a9bf2ee4be3c419cec7e5c13273e718edc80') @@ -39,6 +39,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 gridtables $pkgname.cabal } build() {
