Date: Thursday, April 22, 2021 @ 19:54:56
  Author: felixonmars
Revision: 921592

upgpkg: haskell-resolv 0.1.2.0-84: rebuild with hspec 2.7.10, hspec-core 
2.7.10, hspec-discover 2.7.10

Modified:
  haskell-resolv/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2021-04-22 19:53:51 UTC (rev 921591)
+++ PKGBUILD    2021-04-22 19:54:56 UTC (rev 921592)
@@ -3,7 +3,7 @@
 _hkgname=resolv
 pkgname=haskell-resolv
 pkgver=0.1.2.0
-pkgrel=83
+pkgrel=84
 pkgdesc="Domain Name Service (DNS) lookup via the libresolv standard library 
routines"
 url="https://github.com/hvr/resolv";
 license=('GPL')
@@ -33,7 +33,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    runhaskell Setup test
+    runhaskell Setup test --show-details=direct
 }
 
 package() {

Reply via email to