Date: Wednesday, June 21, 2017 @ 16:59:47 Author: felixonmars Revision: 239296
upgpkg: hlint 2.0.9-2 rebuild with yaml,0.8.23.1 Modified: hlint/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-21 16:56:16 UTC (rev 239295) +++ PKGBUILD 2017-06-21 16:59:47 UTC (rev 239296) @@ -4,7 +4,7 @@ pkgname=hlint pkgver=2.0.9 -pkgrel=1 +pkgrel=2 pkgdesc="Source code suggestions" url="http://community.haskell.org/~ndm/hlint/" license=("custom:BSD3") @@ -21,7 +21,7 @@ cd "${srcdir}/${pkgname}-${pkgver}" runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \ --prefix=/usr --docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \ - --libsubdir=\$compiler/site-local/\$pkgid \ + --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ -fgpl -fthreaded runhaskell Setup build runhaskell Setup haddock --hoogle --html
