Date: Tuesday, October 9, 2018 @ 09:44:18 Author: felixonmars Revision: 391406
upgpkg: haskell-vector-algorithms 0.8.0.1-1 rebuild with vector-algorithms 0.8.0.1 Modified: haskell-vector-algorithms/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-10-09 09:42:32 UTC (rev 391405) +++ PKGBUILD 2018-10-09 09:44:18 UTC (rev 391406) @@ -3,16 +3,16 @@ _hkgname=vector-algorithms pkgname=haskell-vector-algorithms -pkgver=0.8.0.0 +pkgver=0.8.0.1 pkgrel=1 pkgdesc="Efficient algorithms for vector arrays" url="https://github.com/erikd/vector-algorithms/" license=("custom:BSD3") arch=('x86_64') -depends=('ghc-libs' "haskell-mwc-random" "haskell-primitive" "haskell-vector") +depends=('ghc-libs' "haskell-primitive" "haskell-vector") makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('cd40292ad4714081c8025a2fc84df4c0298b3e9f0b61d8c122da85f4a2d94ed6538b0509e14a6d3b0186b877930ee3a76a422495bd920bb645417ce2325153be') +sha512sums=('22ee41d20a502bb7ec209f1d0882b1a02c37ac563740c6174c7c09181d958ab37ec6bf64d67675edeb9f3659e03f48109122d17921d054c835c9e79a21c52643') build() { cd "${srcdir}/${_hkgname}-${pkgver}"
