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

Felix Yan felixonmars at archlinux.org
Sat May 23 02:55:14 UTC 2020


    Date: Saturday, May 23, 2020 @ 02:55:14
  Author: felixonmars
Revision: 631790

upgpkg: haskell-nanospec 0.2.2-35: rebuild pass 1, specified --nocheck

Modified:
  haskell-nanospec/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-23 02:54:37 UTC (rev 631789)
+++ PKGBUILD	2020-05-23 02:55:14 UTC (rev 631790)
@@ -3,7 +3,7 @@
 _hkgname=nanospec
 pkgname=haskell-nanospec
 pkgver=0.2.2
-pkgrel=34
+pkgrel=35
 pkgdesc="A lightweight implementation of a subset of Hspec's API"
 url="https://github.com/commercialhaskell/nanospec"
 license=('MIT')
@@ -26,7 +26,7 @@
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
         --prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
         --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