Date: Tuesday, August 17, 2021 @ 08:54:39 Author: felixonmars Revision: 1001148
upgpkg: haskell-mwc-random 0.15.0.2-1: rebuild with mwc-random 0.15.0.2 Modified: haskell-mwc-random/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-08-17 08:51:08 UTC (rev 1001147) +++ PKGBUILD 2021-08-17 08:54:39 UTC (rev 1001148) @@ -3,23 +3,19 @@ _hkgname=mwc-random pkgname=haskell-mwc-random -pkgver=0.15.0.1 -pkgrel=245 +pkgver=0.15.0.2 +pkgrel=1 pkgdesc="Fast, high quality pseudo random number generation" url="https://github.com/bos/mwc-random" license=("BSD") arch=('x86_64') depends=('ghc-libs' 'haskell-math-functions' 'haskell-primitive' 'haskell-random' 'haskell-vector') -makedepends=('ghc' 'uusi') +makedepends=('ghc') checkdepends=('haskell-doctest' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('54cb806d9c54e7ae7be73981c40ec03a3ca0660deb4d7d2c3659eaa30fb67086ff9a8bc3093170581da16e37cff8fe4507ddc4c30059c65323ea02ac1013c572') +sha512sums=('7e30a4584bca7f5e5147388dc9c081ac417d3aff1e9bd431535eac695db0779b4d20c6b3bedbda06a4780d9d57ab1f7880743f7bad20e4f5d2b7d32ce7f373bd') -prepare() { - uusi -u doctest $_hkgname-$pkgver/$_hkgname.cabal -} - build() { cd $_hkgname-$pkgver
