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

Felix Yan felixonmars at archlinux.org
Sat May 23 22:38:05 UTC 2020


    Date: Saturday, May 23, 2020 @ 22:38:04
  Author: felixonmars
Revision: 632715

upgpkg: haskell-word-wrap 0.4.1-71: rebuild with tasty 1.3.1

Modified:
  haskell-word-wrap/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-23 22:37:26 UTC (rev 632714)
+++ PKGBUILD	2020-05-23 22:38:04 UTC (rev 632715)
@@ -4,7 +4,7 @@
 _hkgname=word-wrap
 pkgname=haskell-word-wrap
 pkgver=0.4.1
-pkgrel=70
+pkgrel=71
 pkgdesc="A library for word-wrapping"
 url="https://github.com/jtdaugherty/word-wrap/"
 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