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

Felix Yan felixonmars at archlinux.org
Wed May 13 17:46:11 UTC 2020


    Date: Wednesday, May 13, 2020 @ 17:46:11
  Author: felixonmars
Revision: 627701

upgpkg: pandoc 2.9.2.1-32: rebuild with tasty 1.3

Modified:
  pandoc/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-13 17:42:05 UTC (rev 627700)
+++ PKGBUILD	2020-05-13 17:46:11 UTC (rev 627701)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc
 pkgver=2.9.2.1
-pkgrel=31
+pkgrel=32
 pkgdesc='Conversion between markup formats'
 url='https://pandoc.org'
 license=('GPL')
@@ -37,7 +37,7 @@
 prepare() {
     cd "${srcdir}/$pkgname-${pkgver}"
     patch -p1 -i ../pandoc-revert-noprelude.patch
-    sed -i 's/< 1.1/< 1.2/;s/< *2.14/<3/' $pkgname.cabal
+    sed -i 's/< 1.1/< 1.2/;s/< *2.14/<3/;s/< *1.3/<2/' $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