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

Felix Yan felixonmars at archlinux.org
Fri Feb 16 18:15:58 UTC 2018


    Date: Friday, February 16, 2018 @ 18:15:57
  Author: felixonmars
Revision: 295020

upgpkg: pandoc 2.0.6-46

rebuild with tasty-golden,2.3.1.3 tasty,1.0.1 tasty-rerun,1.1.10

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-16 18:13:38 UTC (rev 295019)
+++ PKGBUILD	2018-02-16 18:15:57 UTC (rev 295020)
@@ -4,7 +4,7 @@
 
 pkgname=pandoc
 pkgver=2.0.6
-pkgrel=45
+pkgrel=46
 pkgdesc="Conversion between markup formats"
 url="http://pandoc.org"
 license=("GPL")
@@ -33,6 +33,8 @@
     cd "${srcdir}/$pkgname-${pkgver}"
     # 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
 }
 
 build() {



More information about the arch-commits mailing list