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

Felix Yan felixonmars at archlinux.org
Tue Feb 18 14:49:54 UTC 2020


    Date: Tuesday, February 18, 2020 @ 14:49:54
  Author: felixonmars
Revision: 575959

upgpkg: pandoc 2.9.1.1-14: rebuild with doclayout 0.3, doctemplates 0.8.1

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-18 14:44:48 UTC (rev 575958)
+++ PKGBUILD	2020-02-18 14:49:54 UTC (rev 575959)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc
 pkgver=2.9.1.1
-pkgrel=13
+pkgrel=14
 pkgdesc='Conversion between markup formats'
 url='https://pandoc.org'
 license=('GPL')
@@ -34,6 +34,7 @@
 
 prepare() {
     cd "${srcdir}/$pkgname-${pkgver}"
+    sed -i 's/< *0.3/<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