Date: Monday, March 21, 2022 @ 12:34:55 Author: felixonmars Revision: 1166685
upgpkg: hoogle 5.0.18.2-96: rebuil with memory 0.17.0 Modified: hoogle/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-21 12:34:49 UTC (rev 1166684) +++ PKGBUILD 2022-03-21 12:34:55 UTC (rev 1166685) @@ -3,7 +3,7 @@ pkgname=hoogle pkgver=5.0.18.2 -pkgrel=95 +pkgrel=96 pkgdesc="Haskell API Search" url="https://www.haskell.org/hoogle/" license=("BSD") @@ -24,7 +24,7 @@ cd $pkgname-$pkgver runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ - --prefix=/usr --docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \ + --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm \ --ghc-option='-pie' runhaskell Setup build $MAKEFLAGS
