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

Felix Yan felixonmars at gemini.archlinux.org
Mon Mar 21 03:25:53 UTC 2022


    Date: Monday, March 21, 2022 @ 03:25:53
  Author: felixonmars
Revision: 1166607

upgpkg: haskell-shake 0.19.5-119: rebuil with memory 0.17.0

Modified:
  haskell-shake/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-21 03:19:54 UTC (rev 1166606)
+++ PKGBUILD	2022-03-21 03:25:53 UTC (rev 1166607)
@@ -4,7 +4,7 @@
 _hkgname=shake
 pkgname=haskell-shake
 pkgver=0.19.5
-pkgrel=118
+pkgrel=119
 pkgdesc="Build system library, like Make, but more accurate dependencies."
 url="https://shakebuild.com"
 license=("BSD")
@@ -34,7 +34,7 @@
     cd $_hkgname-$pkgver
 
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
-        --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir="$pkgname" --enable-tests \
+        --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname --enable-tests \
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm \
             -f-portable -f-cloud -f-embed-files
     runhaskell Setup build $MAKEFLAGS



More information about the arch-commits mailing list