[arch-commits] Commit in haskell-casa-client/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue Apr 20 16:33:29 UTC 2021


    Date: Tuesday, April 20, 2021 @ 16:33:29
  Author: felixonmars
Revision: 920083

upgpkg: haskell-casa-client 0.0.1-256: rebuild with http2 3.0.0, warp 3.3.15

Modified:
  haskell-casa-client/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-20 16:32:33 UTC (rev 920082)
+++ PKGBUILD	2021-04-20 16:33:29 UTC (rev 920083)
@@ -3,7 +3,7 @@
 _hkgname=casa-client
 pkgname=haskell-casa-client
 pkgver=0.0.1
-pkgrel=255
+pkgrel=256
 pkgdesc="Content Addressable Storage Archive client"
 url="https://github.com/fpco/casa"
 license=('MIT')
@@ -37,7 +37,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    runhaskell Setup test
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list