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

Felix Yan felixonmars at gemini.archlinux.org
Sun Mar 20 22:12:33 UTC 2022


    Date: Sunday, March 20, 2022 @ 22:12:33
  Author: felixonmars
Revision: 1166319

upgpkg: arch-hs 0.10.0.0-32: rebuild with wai-app-static 3.1.7.4

Modified:
  arch-hs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-20 22:11:00 UTC (rev 1166318)
+++ PKGBUILD	2022-03-20 22:12:33 UTC (rev 1166319)
@@ -3,7 +3,7 @@
 
 pkgname=arch-hs
 pkgver=0.10.0.0
-pkgrel=31
+pkgrel=32
 pkgdesc="Distribute hackage packages to archlinux"
 arch=('x86_64')
 url="https://github.com/berberman/arch-hs"
@@ -33,7 +33,7 @@
 build() {
   cd $pkgname-$pkgver
   runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
-    --prefix=/usr --docdir=/usr/share/doc/$pkgname \
+    --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir="$pkgname" \
     --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm \
     --ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
     --ghc-option='-pie' -falpm



More information about the arch-commits mailing list