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

Felix Yan felixonmars at archlinux.org
Sun May 17 19:31:41 UTC 2020


    Date: Sunday, May 17, 2020 @ 19:31:41
  Author: felixonmars
Revision: 628928

upgpkg: darcs 2.14.4-3: rebuild with math-functions 0.3.4.0

Modified:
  darcs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-17 19:23:18 UTC (rev 628927)
+++ PKGBUILD	2020-05-17 19:31:41 UTC (rev 628928)
@@ -3,7 +3,7 @@
 
 pkgname=darcs
 pkgver=2.14.4
-pkgrel=2
+pkgrel=3
 pkgdesc="A distributed, interactive, smart revision control system"
 url="http://darcs.net"
 license=("GPL")
@@ -46,8 +46,7 @@
 
 check() {
     cd $pkgname-$pkgver
-    # TODO: fix the rest failures
-    runhaskell Setup test || :
+    runhaskell Setup test
 }
 
 package() {



More information about the arch-commits mailing list