Date: Monday, March 21, 2022 @ 21:00:39 Author: felixonmars Revision: 1168372
upgpkg: hlint 3.3.2-3: rebuild with hspec 2.9.2, hspec-core 2.9.2, hspec-discover 2.9.2, hspec-meta 2.9.0.1 Modified: hlint/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-21 20:40:55 UTC (rev 1168371) +++ PKGBUILD 2022-03-21 21:00:39 UTC (rev 1168372) @@ -3,7 +3,7 @@ pkgname=hlint pkgver=3.3.2 -pkgrel=2 +pkgrel=3 pkgdesc="Source code suggestions" url="http://community.haskell.org/~ndm/hlint/" license=("BSD") @@ -28,7 +28,7 @@ build() { cd "${srcdir}/${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 \ -fgpl -fthreaded runhaskell Setup build $MAKEFLAGS
