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

Felix Yan felixonmars at archlinux.org
Sun Aug 23 20:15:18 UTC 2020


    Date: Sunday, August 23, 2020 @ 20:15:18
  Author: felixonmars
Revision: 687206

upgpkg: pandoc 2.10.1-8: rebuild with base64-bytestring 1.2.0.0

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-23 19:53:59 UTC (rev 687205)
+++ PKGBUILD	2020-08-23 20:15:18 UTC (rev 687206)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc
 pkgver=2.10.1
-pkgrel=7
+pkgrel=8
 pkgdesc='Conversion between markup formats'
 url='https://pandoc.org'
 license=('GPL')
@@ -35,6 +35,7 @@
 
 prepare() {
     cd "${srcdir}/$pkgname-${pkgver}"
+    sed -i 's/< *1.2/<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