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

Felix Yan felixonmars at archlinux.org
Sun Jun 3 15:03:36 UTC 2018


    Date: Sunday, June 3, 2018 @ 15:03:36
  Author: felixonmars
Revision: 339152

upgpkg: pandoc 2.2.1-28

rebuild with tasty 1.1.0.1

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-03 14:44:11 UTC (rev 339151)
+++ PKGBUILD	2018-06-03 15:03:36 UTC (rev 339152)
@@ -4,7 +4,7 @@
 
 pkgname=pandoc
 pkgver=2.2.1
-pkgrel=27
+pkgrel=28
 pkgdesc="Conversion between markup formats"
 url="http://pandoc.org"
 license=("GPL")
@@ -34,6 +34,7 @@
     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/<.*1.1/<2/' $pkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list