Date: Tuesday, August 15, 2017 @ 11:38:22 Author: felixonmars Revision: 250908
upgpkg: haskell-http2 1.6.3-10 GHC 8.2.1 rebuild Modified: haskell-http2/trunk/PKGBUILD ----------+ PKGBUILD | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-08-15 11:36:30 UTC (rev 250907) +++ PKGBUILD 2017-08-15 11:38:22 UTC (rev 250908) @@ -5,13 +5,14 @@ _hkgname=http2 pkgname=haskell-http2 pkgver=1.6.3 -pkgrel=9 +pkgrel=10 pkgdesc="HTTP/2.0 library including frames and HPACK" url="https://github.com/kazu-yamamoto/http2" license=("custom:BSD3") arch=('i686' 'x86_64') -depends=('ghc' "haskell-aeson" "haskell-aeson-pretty" "haskell-case-insensitive" "haskell-hex" +depends=('ghc-libs' "haskell-aeson" "haskell-aeson-pretty" "haskell-case-insensitive" "haskell-hex" "haskell-psqueues" "haskell-stm" "haskell-text" "haskell-vector" 'haskell-word8') +makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha256sums=('61620eca0f57875a6a9bd24f9cc04c301b5c3c668bf98f85e9989aad5d069c43') @@ -27,7 +28,6 @@ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ -f-devel runhaskell Setup build - runhaskell Setup haddock --hoogle --html runhaskell Setup register --gen-script runhaskell Setup unregister --gen-script sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh @@ -39,8 +39,6 @@ install -D -m744 register.sh "${pkgdir}/usr/share/haskell/register/${pkgname}.sh" install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh" - install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries" - ln -s "/usr/share/doc/${pkgname}/html" "${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}" runhaskell Setup copy --destdir="${pkgdir}" install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
