Date: Sunday, June 25, 2017 @ 06:51:55 Author: felixonmars Revision: 240871
upgpkg: haskell-lifted-async 0.9.2-1 rebuild with lifted-async,0.9.2 Modified: haskell-lifted-async/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-25 06:41:22 UTC (rev 240870) +++ PKGBUILD 2017-06-25 06:51:55 UTC (rev 240871) @@ -3,8 +3,8 @@ _hkgname=lifted-async pkgname=haskell-lifted-async -pkgver=0.9.1.1 -pkgrel=11 +pkgver=0.9.2 +pkgrel=1 pkgdesc="Run lifted IO operations asynchronously and wait for their results" url="https://github.com/maoe/lifted-async" license=('custom:BSD3') @@ -12,7 +12,7 @@ depends=('ghc' 'haskell-async' 'haskell-constraints' 'haskell-lifted-base' 'haskell-transformers-base' 'haskell-transformers-base') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -md5sums=('b09f69c4c217287620a407afc7a973d1') +sha512sums=('98f8001979666bd4c8678e17b3935615836335fa09ebd21bd46b67b5ae8bc9f0820c3652fc67346b200af658bb3e4700c4fa5ab3caebde2bb6cbdeaaa47f294f') build() { cd "${srcdir}/${_hkgname}-${pkgver}"
