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

Felix Yan felixonmars at archlinux.org
Fri Apr 23 02:41:11 UTC 2021


    Date: Friday, April 23, 2021 @ 02:41:11
  Author: felixonmars
Revision: 922123

upgpkg: hledger 1.21-14: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10

Modified:
  hledger/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-23 02:39:46 UTC (rev 922122)
+++ PKGBUILD	2021-04-23 02:41:11 UTC (rev 922123)
@@ -3,7 +3,7 @@
 
 pkgname=hledger
 pkgver=1.21
-pkgrel=13
+pkgrel=14
 pkgdesc="Command-line interface for the hledger accounting system"
 url="http://hledger.org"
 license=("GPL")
@@ -34,7 +34,7 @@
 
 check() {
     cd $pkgname-$pkgver
-    runhaskell Setup test
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list