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

Felix Yan felixonmars at archlinux.org
Mon Aug 17 06:43:35 UTC 2020


    Date: Monday, August 17, 2020 @ 06:43:35
  Author: felixonmars
Revision: 682325

upgpkg: haskell-libxml 0.1.1-14: rebuild with ghc 8.10.2

Modified:
  haskell-libxml/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-17 06:43:01 UTC (rev 682324)
+++ PKGBUILD	2020-08-17 06:43:35 UTC (rev 682325)
@@ -3,7 +3,7 @@
 _hkgname=libxml
 pkgname=haskell-libxml
 pkgver=0.1.1
-pkgrel=13
+pkgrel=14
 pkgdesc="Binding to libxml2"
 url="https://hackage.haskell.org/package/libxml"
 license=('BSD')
@@ -20,7 +20,7 @@
         --prefix=/usr --docdir=/usr/share/doc/$pkgname --extra-include-dirs=/usr/include/libxml2 \
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
             -fsmall_base
-    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