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

Felix Yan felixonmars at archlinux.org
Tue Nov 24 01:41:40 UTC 2020


    Date: Tuesday, November 24, 2020 @ 01:41:40
  Author: felixonmars
Revision: 760224

upgpkg: haskell-floskell 0.10.5-2: rebuild with optparse-applicative 0.16.1.0

Modified:
  haskell-floskell/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-24 01:38:44 UTC (rev 760223)
+++ PKGBUILD	2020-11-24 01:41:40 UTC (rev 760224)
@@ -3,7 +3,7 @@
 _hkgname=floskell
 pkgname=haskell-floskell
 pkgver=0.10.5
-pkgrel=1
+pkgrel=2
 pkgdesc="A flexible Haskell source code pretty printer"
 url="https://github.com/ennocramer/floskell"
 license=("BSD")
@@ -24,7 +24,7 @@
     --ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
     --ghc-option='-pie'
 
-  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