Date: Wednesday, August 16, 2017 @ 09:02:00 Author: felixonmars Revision: 251289
upgpkg: haskell-jwt 0.7.2-6 GHC 8.2.1 rebuild Modified: haskell-jwt/trunk/PKGBUILD ----------+ PKGBUILD | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-08-16 09:00:14 UTC (rev 251288) +++ PKGBUILD 2017-08-16 09:02:00 UTC (rev 251289) @@ -5,14 +5,15 @@ _hkgname=jwt pkgname=haskell-jwt pkgver=0.7.2 -pkgrel=5 +pkgrel=6 pkgdesc="JSON Web Token (JWT) decoding and encoding" url="https://bitbucket.org/ssaasen/haskell-jwt" license=("MIT") arch=('i686' 'x86_64') -depends=('ghc' "haskell-cryptonite" "haskell-memory" "haskell-text" "haskell-aeson" +depends=('ghc-libs' "haskell-cryptonite" "haskell-memory" "haskell-text" "haskell-aeson" "haskell-unordered-containers" "haskell-scientific" "haskell-data-default" "haskell-http-types" "haskell-vector" "haskell-semigroups" "haskell-network-uri") +makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha256sums=('17967413d21399596a236bc8169d9e030bb85e2b1c349c6e470543767cc20a31') @@ -23,7 +24,6 @@ --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 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 @@ -35,8 +35,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"
