[arch-commits] Commit in xmonad-extras/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Sun Aug 21 08:46:24 UTC 2022


    Date: Sunday, August 21, 2022 @ 08:46:23
  Author: felixonmars
Revision: 1271996

upgpkg: xmonad-extras 0.17.0-2: rebuild with ChasingBottoms 1.3.1.12

Modified:
  xmonad-extras/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-21 08:45:20 UTC (rev 1271995)
+++ PKGBUILD	2022-08-21 08:46:23 UTC (rev 1271996)
@@ -2,7 +2,7 @@
 
 pkgname=xmonad-extras
 pkgver=0.17.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Third party extensions for xmonad with wacky dependencies"
 url="https://github.com/xmonad/xmonad-extras"
 license=("BSD")
@@ -18,12 +18,12 @@
 
   runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
     --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname --enable-tests \
-    --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+    --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm \
     --ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
     --ghc-option='-pie' \
     -f-testing -fwith_brightness -fwith_hint -f-with_hlist -fwith_mpd -fwith_regex_posix -fwith_sound -fwith_template_haskell
 
-  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