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

Felix Yan felixonmars at archlinux.org
Sat Jul 14 22:13:39 UTC 2018


    Date: Saturday, July 14, 2018 @ 22:13:38
  Author: felixonmars
Revision: 359498

upgpkg: pandoc 2.2.1-75

rebuild with JuicyPixels 3.3

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-14 22:07:51 UTC (rev 359497)
+++ PKGBUILD	2018-07-14 22:13:38 UTC (rev 359498)
@@ -4,7 +4,7 @@
 
 pkgname=pandoc
 pkgver=2.2.1
-pkgrel=74
+pkgrel=75
 pkgdesc="Conversion between markup formats"
 url="http://pandoc.org"
 license=("GPL")
@@ -38,7 +38,7 @@
 
     # TODO: find a better solution
     sed -i "s|let env' = dynlibEnv ++ |let env' = dynlibEnv ++ [(\"LD_LIBRARY_PATH\", \"$PWD/dist/build\")] ++ |" test/Tests/Command.hs
-    sed -i -e 's/<.*1.1/<2/' -e 's/<.*0.9/<1/' $pkgname.cabal
+    sed -i -e 's/<.*1.1/<2/' -e 's/<.*0.9/<1/' -e 's/<.*3.3/<4/' $pkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list