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

Felix Yan felixonmars at archlinux.org
Mon Aug 3 23:31:29 UTC 2020


    Date: Monday, August 3, 2020 @ 23:31:29
  Author: felixonmars
Revision: 668675

upgpkg: haskell-zlib-bindings 0.1.1.5-20: rebuild with zlib 0.6.2.2

Modified:
  haskell-zlib-bindings/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-03 23:30:54 UTC (rev 668674)
+++ PKGBUILD	2020-08-03 23:31:29 UTC (rev 668675)
@@ -4,7 +4,7 @@
 _hkgname=zlib-bindings
 pkgname=haskell-zlib-bindings
 pkgver=0.1.1.5
-pkgrel=19
+pkgrel=20
 pkgdesc="Low-level bindings to the zlib package."
 url="https://github.com/snapframework/zlib-bindings"
 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



More information about the arch-commits mailing list