Date: Friday, May 25, 2018 @ 07:45:57 Author: felixonmars Revision: 329294
upgpkg: haskell-hspec 2.5.1-1 rebuild with hspec,2.5.1 hspec-core,2.5.1 hspec-discover,2.5.1 Modified: haskell-hspec/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-25 07:45:17 UTC (rev 329293) +++ PKGBUILD 2018-05-25 07:45:57 UTC (rev 329294) @@ -3,8 +3,8 @@ _hkgname=hspec pkgname=haskell-hspec -pkgver=2.5.0 -pkgrel=6 +pkgver=2.5.1 +pkgrel=1 pkgdesc="A Testing Framework for Haskell" url="http://hspec.github.io/" license=('MIT') @@ -13,7 +13,7 @@ 'haskell-hspec-discover' 'haskell-hspec-expectations') makedepends=('ghc' 'haskell-hspec-meta' 'haskell-stringbuilder') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('b7253cfb6dac20a43be81354c086e73a60e29a822174375c4a74e0256db99aac38192967babadeb744ef3b3c6d379702492f791e5ae11f095c72d1a8f241b039') +sha512sums=('8f680fcf233791a775feda58d51b33067db2de3e63d6e77c0f47fca0a3a442e828b78ccd9bdda5730d92d28151a503af1992c2d6d541ba006016057927285f58') build() { cd $_hkgname-$pkgver
