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

Felix Yan felixonmars at gemini.archlinux.org
Mon Mar 21 02:28:29 UTC 2022


    Date: Monday, March 21, 2022 @ 02:28:29
  Author: felixonmars
Revision: 1166525

upgpkg: haskell-store 0.7.13-14: rebuil with memory 0.17.0

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-21 02:27:54 UTC (rev 1166524)
+++ PKGBUILD	2022-03-21 02:28:29 UTC (rev 1166525)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.13
-pkgrel=13
+pkgrel=14
 pkgdesc="Fast binary serialization"
 url="https://github.com/mgsloan/store"
 license=('BSD')
@@ -29,7 +29,7 @@
     cd $_hkgname-$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 \
             -f-comparison-bench -f-small-bench
     runhaskell Setup build $MAKEFLAGS



More information about the arch-commits mailing list