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

Felix Yan felixonmars at gemini.archlinux.org
Thu Sep 23 11:14:36 UTC 2021


    Date: Thursday, September 23, 2021 @ 11:14:36
  Author: felixonmars
Revision: 1021809

upgpkg: haskell-arch-web 0.1.0-143: rebuild with random 1.2.1

Modified:
  haskell-arch-web/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-23 11:11:42 UTC (rev 1021808)
+++ PKGBUILD	2021-09-23 11:14:36 UTC (rev 1021809)
@@ -3,7 +3,7 @@
 _hkgname=arch-web
 pkgname=haskell-arch-web
 pkgver=0.1.0
-pkgrel=142
+pkgrel=143
 pkgdesc="Arch Linux official and AUR web interface binding"
 url="https://github.com/berberman/arch-web"
 license=("MIT")
@@ -28,7 +28,7 @@
 
   runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
     --prefix=/usr --docdir=/usr/share/doc/$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'
 



More information about the arch-commits mailing list