Date: Tuesday, August 15, 2017 @ 17:59:28 Author: felixonmars Revision: 251169
upgpkg: haskell-unordered-containers 0.2.8.0-6 GHC 8.2.1 rebuild Modified: haskell-unordered-containers/trunk/PKGBUILD ----------+ PKGBUILD | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-08-15 17:58:00 UTC (rev 251168) +++ PKGBUILD 2017-08-15 17:59:28 UTC (rev 251169) @@ -8,12 +8,13 @@ _hkgname=unordered-containers pkgname=haskell-unordered-containers pkgver=0.2.8.0 -pkgrel=5 +pkgrel=6 pkgdesc="Efficient hashing-based container types" url="https://github.com/tibbe/unordered-containers" license=("custom:BSD3") arch=('i686' 'x86_64') -depends=('ghc' "haskell-hashable") +depends=('ghc-libs' "haskell-hashable") +makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha256sums=('a4a188359ff28640359131061953f7dbb8258da8ecf0542db0d23f08bfa6eea8') @@ -25,7 +26,6 @@ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ -f-debug 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 @@ -37,8 +37,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"
