Date: Monday, August 29, 2016 @ 15:59:52 Author: felixonmars Revision: 187943
upgpkg: hoogle 5.0.3-1 rebuild with conduit-combinators-1.0.5, hackage-security-0.5.2.2, hasktags-0.69.2, hoogle-5.0.3, http-client-0.5.2, http-conduit-2.2.0.1, stylish-haskell-0.6.4.0, yesod-core-1.4.24 Modified: hoogle/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-08-29 15:57:53 UTC (rev 187942) +++ PKGBUILD 2016-08-29 15:59:52 UTC (rev 187943) @@ -3,8 +3,8 @@ # Contributor: Arch Haskell Team <[email protected]> pkgname=hoogle -pkgver=5.0.2 -pkgrel=4 +pkgver=5.0.3 +pkgrel=1 pkgdesc="Haskell API Search" url="http://www.haskell.org/hoogle/" license=("custom:BSD3") @@ -18,12 +18,13 @@ "haskell-utf8-string" "haskell-vector" "haskell-wai" "haskell-wai-logger" "haskell-warp" "haskell-warp-tls" "haskell-zlib") source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz") -sha256sums=('2617f06f2df2be90fc1b69f87df53936b575edd32a974f813e78b7bc155b6c82') +sha256sums=('76bda66fd5be7d0ad79da1c512a4e60caf3be15d988a40e8274f16cd7df3815b') build() { cd "${srcdir}/${pkgname}-${pkgver}" - runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" + runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \ + -fnetwork-uri runhaskell Setup build }
