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

Felix Yan felixonmars at archlinux.org
Sat May 23 19:26:12 UTC 2020


    Date: Saturday, May 23, 2020 @ 19:26:11
  Author: felixonmars
Revision: 632485

upgpkg: haskell-mwc-random 0.14.0.0-54: rebuild with tasty 1.3.1

Modified:
  haskell-mwc-random/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-23 19:25:08 UTC (rev 632484)
+++ PKGBUILD	2020-05-23 19:26:11 UTC (rev 632485)
@@ -4,7 +4,7 @@
 _hkgname=mwc-random
 pkgname=haskell-mwc-random
 pkgver=0.14.0.0
-pkgrel=53
+pkgrel=54
 pkgdesc="Fast, high quality pseudo random number generation"
 url="https://github.com/bos/mwc-random"
 license=("BSD")
@@ -20,7 +20,7 @@
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
         --prefix=/usr --docdir=/usr/share/doc/$pkgname \
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
-    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