Date: Saturday, March 24, 2018 @ 12:52:43 Author: felixonmars Revision: 311923
upgpkg: haskell-hspec-core 2.5.0-1 rebuild with hspec,2.5.0 hspec-core,2.5.0 hspec-discover,2.5.0 hspec-contrib,0.5.0 hspec-smallcheck,0.5.1 Modified: haskell-hspec-core/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-03-24 12:51:35 UTC (rev 311922) +++ PKGBUILD 2018-03-24 12:52:43 UTC (rev 311923) @@ -3,18 +3,18 @@ _hkgname=hspec-core pkgname=haskell-hspec-core -pkgver=2.4.8 -pkgrel=2 +pkgver=2.5.0 +pkgrel=1 pkgdesc="A Testing Framework for Haskell" url="http://hspec.github.io/" license=('MIT') arch=('x86_64') -depends=('ghc-libs' 'haskell-hunit' 'haskell-quickcheck' 'haskell-ansi-terminal' - 'haskell-call-stack' 'haskell-hspec-expectations' 'haskell-quickcheck-io' +depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-call-stack' 'haskell-clock' + 'haskell-hspec-expectations' 'haskell-hunit' 'haskell-quickcheck' 'haskell-quickcheck-io' 'haskell-random' 'haskell-setenv' 'haskell-stm' 'haskell-tf-random') makedepends=('ghc' 'haskell-hspec-meta' 'haskell-silently' 'haskell-temporary') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('c01e14d8d91ee833e86af4852998f7e93baa89e08a88cc12381f0d7bc243182f02d0fd489dee6559f953e186e64d505f2c5ae9f01c6162763bf4d4465b5c3ed9') +sha512sums=('b5c299974b95b61d0644552d4d244f3aefe34990352ad7a67d2c7600e2d63acd11b7c3cae67b31a5dc00c76cfeb09afd27dfb1e170d33fdd1b0977258063f35d') build() { cd $_hkgname-$pkgver
