[arch-commits] Commit in haskell-mersenne-random-pure64/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Oct 1 23:21:07 UTC 2020


    Date: Thursday, October 1, 2020 @ 23:21:07
  Author: felixonmars
Revision: 714628

upgpkg: haskell-mersenne-random-pure64 0.2.2.0-2: rebuild with base-orphans 0.8.3

Modified:
  haskell-mersenne-random-pure64/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-01 23:20:32 UTC (rev 714627)
+++ PKGBUILD	2020-10-01 23:21:07 UTC (rev 714628)
@@ -3,7 +3,7 @@
 _hkgname=mersenne-random-pure64
 pkgname=haskell-mersenne-random-pure64
 pkgver=0.2.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Generate high quality pseudorandom numbers purely using a Mersenne Twister"
 url="http://code.haskell.org/~dons/code/mersenne-random-pure64/"
 license=("BSD")
@@ -22,7 +22,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



More information about the arch-commits mailing list