Date: Monday, October 14, 2019 @ 17:31:35 Author: felixonmars Revision: 515781
upgpkg: haskell-retry 0.8.1.0-1 rebuild with retry 0.8.1.0 Modified: haskell-retry/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-10-14 17:30:18 UTC (rev 515780) +++ PKGBUILD 2019-10-14 17:31:35 UTC (rev 515781) @@ -3,7 +3,7 @@ _hkgname=retry pkgname=haskell-retry -pkgver=0.8.0.2 +pkgver=0.8.1.0 pkgrel=1 pkgdesc="Retry combinators for monadic actions that may fail" url="https://github.com/Soostone/retry" @@ -13,7 +13,7 @@ makedepends=('ghc' 'haskell-hedgehog' 'haskell-hunit' 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-hedgehog') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('4e607751fc005c1e7760d366c29f0d5b169826fbe834dc24b494379a483043ddb81f0fd7e4997902a86d0cab3a7121dd9086fc7cd7af5b8f2ed5ac335ad32520') +sha512sums=('1350df8a3ac342522a86d5e607dcdaff29278e8979c32796c776a746b3e1b040c8c20d2034981b108ea163d6201343c92c3ae5a902c18019e139d183c538929e') build() { cd $_hkgname-$pkgver
