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

Felix Yan felixonmars at archlinux.org
Wed May 20 11:03:56 UTC 2020


    Date: Wednesday, May 20, 2020 @ 11:03:56
  Author: felixonmars
Revision: 630611

upgpkg: haskell-http2 2.0.4-10: rebuild with network-byte-order 0.1.5

Modified:
  haskell-http2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-20 10:47:41 UTC (rev 630610)
+++ PKGBUILD	2020-05-20 11:03:56 UTC (rev 630611)
@@ -4,7 +4,7 @@
 _hkgname=http2
 pkgname=haskell-http2
 pkgver=2.0.4
-pkgrel=9
+pkgrel=10
 pkgdesc="HTTP/2 library"
 url="https://github.com/kazu-yamamoto/http2"
 license=("BSD")
@@ -24,7 +24,7 @@
         --prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
             -f-devel
-    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