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

Felix Yan felixonmars at archlinux.org
Sat May 23 19:18:47 UTC 2020


    Date: Saturday, May 23, 2020 @ 19:18:47
  Author: felixonmars
Revision: 632469

upgpkg: haskell-vector-algorithms 0.8.0.3-20: rebuild with tasty 1.3.1

Modified:
  haskell-vector-algorithms/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-23 19:17:47 UTC (rev 632468)
+++ PKGBUILD	2020-05-23 19:18:47 UTC (rev 632469)
@@ -4,7 +4,7 @@
 _hkgname=vector-algorithms
 pkgname=haskell-vector-algorithms
 pkgver=0.8.0.3
-pkgrel=19
+pkgrel=20
 pkgdesc="Efficient algorithms for vector arrays"
 url="https://github.com/erikd/vector-algorithms/"
 license=("BSD")
@@ -21,7 +21,7 @@
         --prefix=/usr --docdir=/usr/share/doc/$pkgname \
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
             -fproperties -f-bench -f-internalchecks -f-unsafechecks -fboundschecks -f-llvm
-    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