[arch-commits] Commit in haskell-snap-server/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed Apr 21 20:38:32 UTC 2021


    Date: Wednesday, April 21, 2021 @ 20:38:32
  Author: felixonmars
Revision: 920671

upgpkg: haskell-snap-server 1.1.2.0-143: rebuild with HsOpenSSL 0.11.7 (rebuild pass 1, specified --nocheck)

Modified:
  haskell-snap-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-21 20:37:28 UTC (rev 920670)
+++ PKGBUILD	2021-04-21 20:38:32 UTC (rev 920671)
@@ -3,7 +3,7 @@
 _hkgname=snap-server
 pkgname=haskell-snap-server
 pkgver=1.1.2.0
-pkgrel=142
+pkgrel=143
 pkgdesc="A web server for the Snap Framework"
 url="https://github.com/snapframework/snap-server"
 license=('BSD')
@@ -47,7 +47,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    runhaskell Setup test
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list