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

Felix Yan felixonmars at archlinux.org
Wed Apr 21 23:50:06 UTC 2021


    Date: Wednesday, April 21, 2021 @ 23:50:06
  Author: felixonmars
Revision: 920771

upgpkg: haskell-pcre-light 0.4.1.0-113: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10

Modified:
  haskell-pcre-light/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-21 23:49:08 UTC (rev 920770)
+++ PKGBUILD	2021-04-21 23:50:06 UTC (rev 920771)
@@ -4,7 +4,7 @@
 _hkgname=pcre-light
 pkgname=haskell-pcre-light
 pkgver=0.4.1.0
-pkgrel=112
+pkgrel=113
 pkgdesc="Portable regex library for Perl 5 compatible regular expressions"
 url="https://github.com/Daniel-Diaz/pcre-light"
 license=("BSD")
@@ -30,7 +30,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    runhaskell Setup test
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list