Date: Monday, May 21, 2018 @ 20:29:37 Author: felixonmars Revision: 326627
upgpkg: haskell-http-streams 0.8.6.1-3 rebuild pass 1, specified --nocheck Modified: haskell-http-streams/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-21 20:28:21 UTC (rev 326626) +++ PKGBUILD 2018-05-21 20:29:37 UTC (rev 326627) @@ -4,7 +4,7 @@ _hkgname=http-streams pkgname=haskell-http-streams pkgver=0.8.6.1 -pkgrel=2 +pkgrel=3 pkgdesc="An HTTP client using io-streams" url="https://github.com/afcowie/http-streams" license=('custom:BSD3') @@ -28,7 +28,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 \ + --prefix=/usr --docdir="/usr/share/doc/${pkgname}" --disable-tests \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid runhaskell Setup build runhaskell Setup register --gen-script
