[arch-commits] Commit in pandoc/trunk (PKGBUILD)
    Felix Yan 
    felixonmars at archlinux.org
       
    Mon May 14 06:53:13 UTC 2018
    
    
  
    Date: Monday, May 14, 2018 @ 06:53:12
  Author: felixonmars
Revision: 321753
upgpkg: pandoc 2.2.1-3
rebuild with unix-compat,0.5.0.1
Modified:
  pandoc/trunk/PKGBUILD
----------+
 PKGBUILD |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-14 06:52:11 UTC (rev 321752)
+++ PKGBUILD	2018-05-14 06:53:12 UTC (rev 321753)
@@ -4,7 +4,7 @@
 
 pkgname=pandoc
 pkgver=2.2.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Conversion between markup formats"
 url="http://pandoc.org"
 license=("GPL")
@@ -52,8 +52,7 @@
 
 check() {
     cd "${srcdir}/${pkgname}-${pkgver}"
-    # https://github.com/jgm/pandoc/issues/4651
-    LC_CTYPE=en_US.UTF-8 runhaskell Setup test || warning "Tests failed"
+    LC_CTYPE=en_US.UTF-8 runhaskell Setup test
 }
 
 package() {
    
    
More information about the arch-commits
mailing list