[arch-commits] Commit in haskell-retry/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed May 8 05:57:46 UTC 2019
Date: Wednesday, May 8, 2019 @ 05:57:46
Author: felixonmars
Revision: 462642
upgpkg: haskell-retry 0.8.0.1-1
rebuild with retry 0.8.0.1
Modified:
haskell-retry/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-05-08 05:08:04 UTC (rev 462641)
+++ PKGBUILD 2019-05-08 05:57:46 UTC (rev 462642)
@@ -3,8 +3,8 @@
_hkgname=retry
pkgname=haskell-retry
-pkgver=0.8.0.0
-pkgrel=12
+pkgver=0.8.0.1
+pkgrel=1
pkgdesc="Retry combinators for monadic actions that may fail"
url="https://github.com/Soostone/retry"
license=("BSD")
@@ -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=('e7f115e4244ec8f7e3ba7efa4b7d86b2c3d635dff011fea640cff1fc4c1a4fb4afbecb6ce8d5ab3688aa7beffbc2a761a2e244673bc50fdf6e63b7a10075bec8')
+sha512sums=('99f9e5fb90f686b8f621a5cc2bc34d72d5af5d119a11a11364355c514fa6c019b7d818f8f095c482fe388225d35052fed63f8112984c5af185a2e2328f7ad475')
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list