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

Felix Yan felixonmars at archlinux.org
Sun May 24 14:29:07 UTC 2020


    Date: Sunday, May 24, 2020 @ 14:29:04
  Author: felixonmars
Revision: 632844

upgpkg: haskell-tls 1.5.4-12: rebuild with tasty 1.3.1

Modified:
  haskell-tls/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-24 14:27:32 UTC (rev 632843)
+++ PKGBUILD	2020-05-24 14:29:04 UTC (rev 632844)
@@ -4,7 +4,7 @@
 _hkgname=tls
 pkgname=haskell-tls
 pkgver=1.5.4
-pkgrel=11
+pkgrel=12
 pkgdesc="TLS/SSL protocol native implementation (Server and Client)"
 url="https://github.com/vincenthz/hs-tls"
 license=("BSD")
@@ -23,7 +23,7 @@
         --prefix=/usr --docdir=/usr/share/doc/$pkgname \
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
             -f-hans -fnetwork -fcompat
-    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