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

Felix Yan felixonmars at archlinux.org
Sat May 23 13:40:19 UTC 2020


    Date: Saturday, May 23, 2020 @ 13:40:16
  Author: felixonmars
Revision: 631886

upgpkg: haskell-cmark-gfm 0.2.1-22: rebuild with tasty 1.3.1

Modified:
  haskell-cmark-gfm/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-23 13:37:44 UTC (rev 631885)
+++ PKGBUILD	2020-05-23 13:40:16 UTC (rev 631886)
@@ -4,7 +4,7 @@
 _hkgname=cmark-gfm
 pkgname=haskell-cmark-gfm
 pkgver=0.2.1
-pkgrel=21
+pkgrel=22
 pkgdesc="Fast, accurate GitHub Flavored Markdown parser and renderer"
 url="https://github.com/kivikakk/cmark-gfm-hs"
 license=("BSD")
@@ -21,7 +21,7 @@
         --prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
             -fpkgconfig
-    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