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

Felix Yan felixonmars at archlinux.org
Thu Jan 4 06:58:21 UTC 2018


    Date: Thursday, January 4, 2018 @ 06:58:17
  Author: felixonmars
Revision: 278577

upgpkg: pandoc 2.0.6-4

rebuild with yaml,0.8.25.1

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-04 06:48:46 UTC (rev 278576)
+++ PKGBUILD	2018-01-04 06:58:17 UTC (rev 278577)
@@ -4,7 +4,7 @@
 
 pkgname=pandoc
 pkgver=2.0.6
-pkgrel=3
+pkgrel=4
 pkgdesc="Conversion between markup formats"
 url="http://pandoc.org"
 license=("GPL")
@@ -51,7 +51,7 @@
 
 check() {
     cd "${srcdir}/${pkgname}-${pkgver}"
-    runhaskell Setup test || warning "Tests failed in 2.0.6 - not sure why"
+    LC_CTYPE=en_US.UTF-8 runhaskell Setup test
 }
 
 package() {



More information about the arch-commits mailing list