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

Felix Yan felixonmars at gemini.archlinux.org
Wed May 4 12:29:49 UTC 2022


    Date: Wednesday, May 4, 2022 @ 12:29:48
  Author: felixonmars
Revision: 1193662

upgpkg: haskell-tidal 1.8.0-2: rebuild with hspec 2.9.6, hspec-core 2.9.6, hspec-discover 2.9.6

Modified:
  haskell-tidal/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-04 12:29:42 UTC (rev 1193661)
+++ PKGBUILD	2022-05-04 12:29:48 UTC (rev 1193662)
@@ -3,7 +3,7 @@
 _name=Tidal
 pkgname=haskell-tidal
 pkgver=1.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A domain specific language for live coding pattern."
 arch=(x86_64)
 url="https://tidalcycles.org/"
@@ -32,11 +32,11 @@
                              --enable-executable-dynamic \
                              --disable-library-vanilla \
                              --prefix=/usr \
-                             --docdir=/usr/share/doc/$pkgname \
+                             --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname \
                              --datasubdir=$pkgname \
                              --enable-tests \
                              --dynlibdir=/usr/lib \
-                             --libsubdir=\$compiler/site-local/\$pkgid \
+                             --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm \
                              --ghc-option=-fllvm
   runhaskell Setup build $MAKEFLAGS
   runhaskell Setup register --gen-script



More information about the arch-commits mailing list