Date: Saturday, May 23, 2020 @ 15:44:00
  Author: felixonmars
Revision: 632100

upgpkg: haskell-markdown-unlit 0.5.0-45: rebuild with tasty 1.3.1

Modified:
  haskell-markdown-unlit/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2020-05-23 15:43:19 UTC (rev 632099)
+++ PKGBUILD    2020-05-23 15:44:00 UTC (rev 632100)
@@ -3,7 +3,7 @@
 _hkgname=markdown-unlit
 pkgname=haskell-markdown-unlit
 pkgver=0.5.0
-pkgrel=44
+pkgrel=45
 pkgdesc="Literate Haskell support for Markdown"
 url="https://github.com/sol/markdown-unlit";
 license=('MIT')
@@ -19,7 +19,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

Reply via email to