Date: Friday, September 24, 2021 @ 09:25:00 Author: felixonmars Revision: 1023524
upgpkg: haskell-libmpd 0.10.0.0-48: rebuild with vector 0.12.3.1 Modified: haskell-libmpd/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-09-24 09:13:47 UTC (rev 1023523) +++ PKGBUILD 2021-09-24 09:25:00 UTC (rev 1023524) @@ -7,7 +7,7 @@ _hkgname=libmpd pkgname=haskell-libmpd pkgver=0.10.0.0 -pkgrel=47 +pkgrel=48 pkgdesc='Client library for MPD, the Music Player Daemon' url='https://hackage.haskell.org/package/libmpd' license=('MIT') @@ -23,7 +23,7 @@ cd ${_hkgname}-${pkgver} runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ --prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ - --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid + --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm runhaskell Setup build $MAKEFLAGS runhaskell Setup haddock runhaskell Setup register --gen-script
