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

Felix Yan felixonmars at gemini.archlinux.org
Mon Mar 21 17:21:17 UTC 2022


    Date: Monday, March 21, 2022 @ 17:21:17
  Author: felixonmars
Revision: 1167484

upgpkg: haskell-hosc 0.19.1-46: rebuild with hspec 2.9.2, hspec-core 2.9.2, hspec-discover 2.9.2, hspec-meta 2.9.0.1

Modified:
  haskell-hosc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-21 17:21:05 UTC (rev 1167483)
+++ PKGBUILD	2022-03-21 17:21:17 UTC (rev 1167484)
@@ -3,7 +3,7 @@
 _name=hosc
 pkgname=haskell-hosc
 pkgver=0.19.1
-pkgrel=45
+pkgrel=46
 pkgdesc="Haskell Open Sound Control"
 arch=('x86_64')
 url="https://github.com/rd--/hosc"
@@ -26,11 +26,11 @@
                              --enable-executable-dynamic \
                              --disable-library-vanilla \
                              --prefix=/usr \
-                             --docdir="/usr/share/doc/${pkgname}" \
+                             --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname \
                              --enable-tests \
                              --dynlibdir=/usr/lib \
                              --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm \
-                             --datasubdir="$pkgname"
+                             --datasubdir=$pkgname
   runhaskell Setup build $MAKEFLAGS
   runhaskell Setup register --gen-script
   runhaskell Setup unregister --gen-script



More information about the arch-commits mailing list