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

Felix Yan felixonmars at archlinux.org
Sun May 24 14:26:09 UTC 2020


    Date: Sunday, May 24, 2020 @ 14:26:08
  Author: felixonmars
Revision: 632840

upgpkg: haskell-x509-system 1.6.6-126: rebuild with tasty 1.3.1

Modified:
  haskell-x509-system/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-24 14:25:32 UTC (rev 632839)
+++ PKGBUILD	2020-05-24 14:26:08 UTC (rev 632840)
@@ -4,7 +4,7 @@
 _hkgname=x509-system
 pkgname=haskell-x509-system
 pkgver=1.6.6
-pkgrel=125
+pkgrel=126
 pkgdesc="Handle per-operating-system X.509 accessors and storage"
 url="https://github.com/vincenthz/hs-certificate"
 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