Date: Wednesday, July 31, 2019 @ 16:41:31 Author: felixonmars Revision: 495655
upgpkg: haskell-splitmix 0.0.3-1 rebuild with splitmix 0.0.3 Modified: haskell-splitmix/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-07-31 16:40:20 UTC (rev 495654) +++ PKGBUILD 2019-07-31 16:41:31 UTC (rev 495655) @@ -2,17 +2,17 @@ _hkgname=splitmix pkgname=haskell-splitmix -pkgver=0.0.2 -pkgrel=16 +pkgver=0.0.3 +pkgrel=1 pkgdesc="Fast Splittable PRNG" url="https://github.com/phadej/splitmix" license=('BSD') arch=('x86_64') depends=('ghc-libs' 'haskell-random') -makedepends=('ghc' 'haskell-async' 'haskell-base-compat-batteries' 'haskell-tf-random' - 'haskell-vector') +makedepends=('ghc' 'haskell-async' 'haskell-base-compat-batteries' 'haskell-hunit' + 'haskell-tf-random' 'haskell-vector') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('0ec2bacb1aa98aed62ad13e28f21486a106319ab613eeba749e9018354d22a6fcc07f0809eabfa3c261a1031d97254f44886c12c661ffbe32b3e640ea9083e85') +sha512sums=('01d53a606de35c1aef5b4669c19308f63711053a6fee38466e421a7e712bca7cbfa37ffdfcf2a4671fc22354b5e83228255785a808c1b6c3ad941fd550d5560f') build() { cd $_hkgname-$pkgver
