[arch-commits] Commit in pandoc-citeproc/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Mon May 25 17:46:47 UTC 2020


    Date: Monday, May 25, 2020 @ 17:46:46
  Author: felixonmars
Revision: 634689

upgpkg: pandoc-citeproc 0.17-109: rebuild with aeson 1.5.0.0

Modified:
  pandoc-citeproc/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-25 17:03:43 UTC (rev 634688)
+++ PKGBUILD	2020-05-25 17:46:46 UTC (rev 634689)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc-citeproc
 pkgver=0.17
-pkgrel=108
+pkgrel=109
 pkgdesc="Supports using pandoc with citeproc"
 url="https://hackage.haskell.org/package/$pkgname"
 license=("BSD")
@@ -24,6 +24,7 @@
     cd "${srcdir}/$pkgname-${pkgver}"
     # 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
+    sed -i 's/< *1.5/<2/' $pkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list