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

Felix Yan felixonmars at archlinux.org
Wed Apr 21 18:57:48 UTC 2021


    Date: Wednesday, April 21, 2021 @ 18:57:48
  Author: felixonmars
Revision: 920597

upgpkg: haskell-rere 0.1-25: rebuild with inspection-testing 0.4.4.0

Modified:
  haskell-rere/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-21 18:56:44 UTC (rev 920596)
+++ PKGBUILD	2021-04-21 18:57:48 UTC (rev 920597)
@@ -3,7 +3,7 @@
 _hkgname=rere
 pkgname=haskell-rere
 pkgver=0.1
-pkgrel=24
+pkgrel=25
 pkgdesc="Regular-expressions extended with fixpoints for context-free powers"
 url="https://github.com/phadej/rere.git"
 license=("BSD")
@@ -37,7 +37,7 @@
 
 check() {
   cd $_hkgname-$pkgver
-  runhaskell Setup test
+  runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list