Date: Sunday, August 16, 2020 @ 16:05:06 Author: felixonmars Revision: 681598
upgpkg: haskell-lifted-async 0.10.1.2-1: rebuild with lifted-async 0.10.1.2 Modified: haskell-lifted-async/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-08-16 16:02:54 UTC (rev 681597) +++ PKGBUILD 2020-08-16 16:05:06 UTC (rev 681598) @@ -2,8 +2,8 @@ _hkgname=lifted-async pkgname=haskell-lifted-async -pkgver=0.10.1.1 -pkgrel=4 +pkgver=0.10.1.2 +pkgrel=1 pkgdesc="Run lifted IO operations asynchronously and wait for their results" url="https://github.com/maoe/lifted-async" license=('BSD') @@ -13,7 +13,7 @@ makedepends=('ghc' '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=('74a9bb5e5e69367dfb2d03c4b6fbe90a3eba21aed9cbf924d989e46c8ea2b1782f41083c9ce3e916b6439b24742b5ef4828f8d410b27c1ebb81700e1ef530715') +sha512sums=('9efbf87786193a90112558ebd09101f30997c6d2f73313c3ae53519c625c8aff47b7979620ea3461378379cae13a4ff74a6933425783b1ccd422db303056228f') build() { cd $_hkgname-$pkgver
