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

Felix Yan felixonmars at archlinux.org
Thu Apr 22 20:56:27 UTC 2021


    Date: Thursday, April 22, 2021 @ 20:56:27
  Author: felixonmars
Revision: 921711

upgpkg: haskell-tzdata 0.2.20201021.0-58: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10

Modified:
  haskell-tzdata/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-22 20:54:53 UTC (rev 921710)
+++ PKGBUILD	2021-04-22 20:56:27 UTC (rev 921711)
@@ -3,7 +3,7 @@
 _hkgname=tzdata
 pkgname=haskell-tzdata
 pkgver=0.2.20201021.0
-pkgrel=57
+pkgrel=58
 pkgdesc="Haskell package that distributes the standard time zone database"
 url="https://github.com/nilcons/haskell-tzdata"
 license=('Apache')
@@ -29,7 +29,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    runhaskell Setup test
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list