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

Felix Yan felixonmars at archlinux.org
Thu Apr 22 21:08:24 UTC 2021


    Date: Thursday, April 22, 2021 @ 21:08:24
  Author: felixonmars
Revision: 921735

upgpkg: haskell-rsa 2.4.1-100: rebuild with hspec 2.7.10, hspec-core 2.7.10, hspec-discover 2.7.10

Modified:
  haskell-rsa/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-22 21:07:01 UTC (rev 921734)
+++ PKGBUILD	2021-04-22 21:08:24 UTC (rev 921735)
@@ -3,7 +3,7 @@
 _hkgname=RSA
 pkgname=haskell-rsa
 pkgver=2.4.1
-pkgrel=99
+pkgrel=100
 pkgdesc="Implementation of RSA, using the padding schemes of PKCS#1 v2.1."
 url="https://github.com/GaloisInc/rsa"
 license=('BSD')
@@ -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