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

Felix Yan felixonmars at archlinux.org
Tue Apr 9 15:40:00 UTC 2019


    Date: Tuesday, April 9, 2019 @ 15:39:59
  Author: felixonmars
Revision: 450637

upgpkg: pandoc 2.7.2-2

rebuild with cmark-gfm 0.2.0

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-09 15:26:19 UTC (rev 450636)
+++ PKGBUILD	2019-04-09 15:39:59 UTC (rev 450637)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc
 pkgver=2.7.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Conversion between markup formats'
 url='https://pandoc.org'
 license=('GPL')
@@ -31,6 +31,7 @@
 
 prepare() {
     cd "${srcdir}/$pkgname-${pkgver}"
+    sed -i 's/< *0.2/<1/' $pkgname.cabal
 
     # TODO: find a better solution
     sed -i "s|let env' = dynlibEnv ++ |let env' = dynlibEnv ++ [(\"LD_LIBRARY_PATH\", \"$PWD/dist/build\")] ++ |" test/Tests/Command.hs



More information about the arch-commits mailing list