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

Felix Yan felixonmars at archlinux.org
Mon Mar 5 11:58:03 UTC 2018


    Date: Monday, March 5, 2018 @ 11:58:02
  Author: felixonmars
Revision: 302613

upgpkg: pandoc 2.1.2-5

rebuild with text-short,0.1.2 tasty-quickcheck,0.10

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-05 11:54:41 UTC (rev 302612)
+++ PKGBUILD	2018-03-05 11:58:02 UTC (rev 302613)
@@ -4,7 +4,7 @@
 
 pkgname=pandoc
 pkgver=2.1.2
-pkgrel=4
+pkgrel=5
 pkgdesc="Conversion between markup formats"
 url="http://pandoc.org"
 license=("GPL")
@@ -35,7 +35,9 @@
     # 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 's/tasty >= 0.11 && < 0.13,/tasty >= 0.11,/' $pkgname.cabal
+    sed -e 's/tasty >= 0.11 && < 0.13,/tasty >= 0.11,/' \
+        -e 's/tasty-quickcheck >= 0.8 && < 0.10,/tasty-quickcheck >= 0.8,/' \
+        -i $pkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list