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

Felix Yan felixonmars at archlinux.org
Wed Apr 21 23:45:26 UTC 2021


    Date: Wednesday, April 21, 2021 @ 23:45:26
  Author: felixonmars
Revision: 920761

upgpkg: uusi 0.4.0.0-15: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10

Modified:
  uusi/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-21 23:44:40 UTC (rev 920760)
+++ PKGBUILD	2021-04-21 23:45:26 UTC (rev 920761)
@@ -2,7 +2,7 @@
 
 pkgname=uusi
 pkgver=0.4.0.0
-pkgrel=14
+pkgrel=15
 pkgdesc="Tweak .cabal files"
 url="https://github.com/berberman/uusi"
 license=("MIT")
@@ -32,7 +32,7 @@
 
 check() {
   cd $pkgname-$pkgver
-  runhaskell Setup test
+  runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list