Date: Saturday, February 27, 2021 @ 20:42:32 Author: felixonmars Revision: 875436
upgpkg: haskell-lifted-async 0.10.1.3-1: rebuild with lifted-async 0.10.1.3 Modified: haskell-lifted-async/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-02-27 20:30:09 UTC (rev 875435) +++ PKGBUILD 2021-02-27 20:42:32 UTC (rev 875436) @@ -2,8 +2,8 @@ _hkgname=lifted-async pkgname=haskell-lifted-async -pkgver=0.10.1.2 -pkgrel=107 +pkgver=0.10.1.3 +pkgrel=1 pkgdesc="Run lifted IO operations asynchronously and wait for their results" url="https://github.com/maoe/lifted-async" license=('BSD') @@ -14,7 +14,7 @@ checkdepends=('haskell-hunit' 'haskell-tasty' 'haskell-tasty-expected-failure' 'haskell-tasty-hunit' 'haskell-tasty-th') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('9efbf87786193a90112558ebd09101f30997c6d2f73313c3ae53519c625c8aff47b7979620ea3461378379cae13a4ff74a6933425783b1ccd422db303056228f') +sha512sums=('e39ddc8822fc12f5003b00d4aeae4da5e4cee56c75e177ddab2e0848ff2ba88767f8bfa51fecc6180acd35441584e4a73f61848cdcdbd84a0ded8c8679da9429') build() { cd $_hkgname-$pkgver
