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

Felix Yan felixonmars at archlinux.org
Sat May 23 17:35:56 UTC 2020


    Date: Saturday, May 23, 2020 @ 17:35:53
  Author: felixonmars
Revision: 632316

upgpkg: haskell-ini 0.4.1-54: rebuild with tasty 1.3.1

Modified:
  haskell-ini/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-23 17:35:02 UTC (rev 632315)
+++ PKGBUILD	2020-05-23 17:35:53 UTC (rev 632316)
@@ -4,7 +4,7 @@
 _hkgname=ini
 pkgname=haskell-ini
 pkgver=0.4.1
-pkgrel=53
+pkgrel=54
 pkgdesc="Quick and easy configuration files in the INI format."
 url="https://github.com/chrisdone/ini"
 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 --enable-tests \
         --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