Date: Saturday, May 23, 2020 @ 14:25:39
  Author: felixonmars
Revision: 631964

upgpkg: haskell-hinotify 0.4-15: rebuild with tasty 1.3.1

Modified:
  haskell-hinotify/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2020-05-23 14:25:01 UTC (rev 631963)
+++ PKGBUILD    2020-05-23 14:25:39 UTC (rev 631964)
@@ -4,7 +4,7 @@
 _hkgname=hinotify
 pkgname=haskell-hinotify
 pkgver=0.4
-pkgrel=14
+pkgrel=15
 pkgdesc="Haskell binding to inotify"
 url="https://github.com/kolmodin/hinotify.git";
 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

Reply via email to