[arch-commits] Commit in haskell-crypto-pubkey-types/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat May 23 15:48:28 UTC 2020


    Date: Saturday, May 23, 2020 @ 15:48:28
  Author: felixonmars
Revision: 632110

upgpkg: haskell-crypto-pubkey-types 0.4.3-133: rebuild with tasty 1.3.1

Modified:
  haskell-crypto-pubkey-types/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-23 15:47:47 UTC (rev 632109)
+++ PKGBUILD	2020-05-23 15:48:28 UTC (rev 632110)
@@ -4,7 +4,7 @@
 _hkgname=crypto-pubkey-types
 pkgname=haskell-crypto-pubkey-types
 pkgver=0.4.3
-pkgrel=132
+pkgrel=133
 pkgdesc="Generic cryptography Public keys algorithm types"
 url="https://github.com/vincenthz/hs-crypto-pubkey-types"
 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