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

Felix Yan felixonmars at archlinux.org
Sun Nov 8 15:40:31 UTC 2020


    Date: Sunday, November 8, 2020 @ 15:40:30
  Author: felixonmars
Revision: 746608

upgpkg: arch-hs 0.4.0.0-2: enable alpm

Modified:
  arch-hs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-08 15:37:25 UTC (rev 746607)
+++ PKGBUILD	2020-11-08 15:40:30 UTC (rev 746608)
@@ -3,7 +3,7 @@
 
 pkgname=arch-hs
 pkgver=0.4.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Distribute hackage packages to archlinux"
 arch=('x86_64')
 url="https://github.com/berberman/arch-hs"
@@ -38,7 +38,7 @@
     --prefix=/usr --docdir=/usr/share/doc/$pkgname \
     --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
     --ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
-    --ghc-option='-pie'
+    --ghc-option='-pie' -falpm
 
   runhaskell Setup build $MAKEFLAGS
   runhaskell Setup register --gen-script



More information about the arch-commits mailing list