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

Felix Yan felixonmars at archlinux.org
Fri Apr 23 02:31:25 UTC 2021


    Date: Friday, April 23, 2021 @ 02:31:25
  Author: felixonmars
Revision: 922113

upgpkg: haskell-pgp-wordlist 0.1.0.3-118: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10

Modified:
  haskell-pgp-wordlist/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-23 02:30:34 UTC (rev 922112)
+++ PKGBUILD	2021-04-23 02:31:25 UTC (rev 922113)
@@ -3,7 +3,7 @@
 _hkgname=pgp-wordlist
 pkgname=haskell-pgp-wordlist
 pkgver=0.1.0.3
-pkgrel=117
+pkgrel=118
 pkgdesc="Translate between binary data and a human-readable collection of words."
 url="https://github.com/quchen/pgp-wordlist"
 license=('BSD')
@@ -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