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

Felix Yan felixonmars at archlinux.org
Fri Apr 23 02:10:59 UTC 2021


    Date: Friday, April 23, 2021 @ 02:10:59
  Author: felixonmars
Revision: 922081

upgpkg: haskell-git-lfs 1.1.1-84: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10

Modified:
  haskell-git-lfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-23 02:09:46 UTC (rev 922080)
+++ PKGBUILD	2021-04-23 02:10:59 UTC (rev 922081)
@@ -3,7 +3,7 @@
 _hkgname=git-lfs
 pkgname=haskell-git-lfs
 pkgver=1.1.1
-pkgrel=83
+pkgrel=84
 pkgdesc="An implementation of the git-lfs protocol"
 url="https://hackage.haskell.org/package/git-lfs"
 license=('AGPL3')
@@ -34,7 +34,7 @@
 
 check() {
     cd $_hkgname-$pkgver
-    runhaskell Setup test
+    runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list