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

Felix Yan felixonmars at archlinux.org
Fri Apr 23 02:03:33 UTC 2021


    Date: Friday, April 23, 2021 @ 02:03:33
  Author: felixonmars
Revision: 922069

upgpkg: haskell-citeproc 0.3.0.9-13: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10

Modified:
  haskell-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-23 02:01:06 UTC (rev 922068)
+++ PKGBUILD	2021-04-23 02:03:33 UTC (rev 922069)
@@ -3,7 +3,7 @@
 _hkgname=citeproc
 pkgname=haskell-citeproc
 pkgver=0.3.0.9
-pkgrel=12
+pkgrel=13
 pkgdesc="Generates citations and bibliography from CSL styles."
 url="https://github.com/jgm/citeproc"
 license=("BSD")
@@ -39,7 +39,7 @@
 
 check() {
   cd $_hkgname-$pkgver
-  runhaskell Setup test
+  runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list