Date: Wednesday, August 8, 2018 @ 14:54:41 Author: felixonmars Revision: 370332
upgpkg: pandoc-citeproc 0.14.3.1-104 rebuild with aeson 1.4.0.0 Modified: pandoc-citeproc/trunk/PKGBUILD ----------+ PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-08-08 13:24:41 UTC (rev 370331) +++ PKGBUILD 2018-08-08 14:54:41 UTC (rev 370332) @@ -4,7 +4,7 @@ pkgname=pandoc-citeproc pkgver=0.14.3.1 -pkgrel=103 +pkgrel=104 pkgdesc="Supports using pandoc with citeproc" url="https://hackage.haskell.org/package/$pkgname" license=("custom:BSD3") @@ -22,6 +22,7 @@ prepare() { cd "${srcdir}/$pkgname-${pkgver}" + sed -i 's/<.*1.4/<2/' $pkgname.cabal # TODO: find a better solution sed -i "s|(\"HOME\",\".\")|(\"HOME\",\".\"),(\"LD_LIBRARY_PATH\",\"$PWD/dist/build\"),(\"pandoc_citeproc_datadir\",\"$PWD\")|" tests/test-pandoc-citeproc.hs }
