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

Felix Yan felixonmars at gemini.archlinux.org
Tue Sep 21 15:38:33 UTC 2021


    Date: Tuesday, September 21, 2021 @ 15:38:33
  Author: felixonmars
Revision: 1020521

upgpkg: haskell-crypto-enigma 0.1.1.6-2: rebuild with random 1.2.1

Modified:
  haskell-crypto-enigma/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-21 15:37:20 UTC (rev 1020520)
+++ PKGBUILD	2021-09-21 15:38:33 UTC (rev 1020521)
@@ -3,7 +3,7 @@
 _hkgname=crypto-enigma
 pkgname=haskell-crypto-enigma
 pkgver=0.1.1.6
-pkgrel=1
+pkgrel=2
 pkgdesc="An Enigma machine simulator with display. "
 url="https://github.com/orome/crypto-enigma-hs"
 license=("BSD")
@@ -27,7 +27,7 @@
     --ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
     --ghc-option='-pie'
 
-  runhaskell Setup build
+  runhaskell Setup build $MAKEFLAGS
   runhaskell Setup register --gen-script
   runhaskell Setup unregister --gen-script
   sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
@@ -36,7 +36,7 @@
 
 check() {
   cd $_hkgname-$pkgver
-  runhaskell Setup test
+  runhaskell Setup test --show-details=direct
 }
 
 package() {



More information about the arch-commits mailing list