Date: Thursday, December 14, 2017 @ 18:44:31 Author: felixonmars Revision: 274426
upgpkg: haskell-retry 0.7.5.1-1 rebuild with retry,0.7.5.1 Modified: haskell-retry/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-12-14 18:14:20 UTC (rev 274425) +++ PKGBUILD 2017-12-14 18:44:31 UTC (rev 274426) @@ -4,7 +4,7 @@ _hkgname=retry pkgname=haskell-retry -pkgver=0.7.5.0 +pkgver=0.7.5.1 pkgrel=1 pkgdesc="Retry combinators for monadic actions that may fail" url="https://github.com/Soostone/retry" @@ -13,7 +13,7 @@ depends=('ghc-libs' 'haskell-data-default-class' 'haskell-exceptions' 'haskell-random') makedepends=('ghc' 'haskell-quickcheck' 'haskell-hunit' 'haskell-hspec' 'haskell-mtl' 'haskell-stm') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('d1c3237dd31fce26abdf9e7d9f8cd98a3f400f055dff6d905073c0f7d8c5da46cf9a60009fb5a1e598b8b11c98bfde103683a3b1f0cf22841059cf587515224d') +sha512sums=('e379245185751764a07334ce4170713a80045af6b9fb36a966bf237189bbc160a26590faa9613806fecca5fa7a71bc551f2a07475a81861f06ff0e3f03a21b92') build() { cd "${srcdir}/${_hkgname}-${pkgver}"
