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

Felix Yan felixonmars at archlinux.org
Tue Apr 20 17:36:35 UTC 2021


    Date: Tuesday, April 20, 2021 @ 17:36:35
  Author: felixonmars
Revision: 920117

upgpkg: haskell-arch-web 0.1.0-78: rebuild with http2 3.0.0, warp 3.3.15

Modified:
  haskell-arch-web/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-20 17:34:49 UTC (rev 920116)
+++ PKGBUILD	2021-04-20 17:36:35 UTC (rev 920117)
@@ -3,7 +3,7 @@
 _hkgname=arch-web
 pkgname=haskell-arch-web
 pkgver=0.1.0
-pkgrel=77
+pkgrel=78
 pkgdesc="Arch Linux official and AUR web interface binding"
 url="https://github.com/berberman/arch-web"
 license=("MIT")
@@ -41,7 +41,7 @@
 
 check() {
   cd $_hkgname-$pkgver
-  runhaskell Setup test
+  runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list