Date: Wednesday, February 17, 2021 @ 12:20:19 Author: felixonmars Revision: 862421
upgpkg: haskell-async 2.2.3-1: rebuild with async 2.2.3 Modified: haskell-async/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-02-17 12:17:40 UTC (rev 862420) +++ PKGBUILD 2021-02-17 12:20:19 UTC (rev 862421) @@ -3,8 +3,8 @@ _hkgname=async pkgname=haskell-async -pkgver=2.2.2 -pkgrel=99 +pkgver=2.2.3 +pkgrel=1 pkgdesc="Run IO operations asynchronously and wait for their results" url="https://github.com/simonmar/async" license=("BSD") @@ -12,13 +12,8 @@ depends=('ghc-libs' 'haskell-hashable') makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('6984c74b76dc1db73363ca2e360d2be6f2e7b4de5c7de452c4df7ee996b2256790a8cecb532af6d7d675541315a16f8e4ce566c5f79e4102e4a857f057e2d811') +sha512sums=('99a7cd04d05362b6d007ec75a32cf0a6c11f4b3e46ab706349289f5bb0ad128fd2a9809e4d30634917a0a608b0d611c6d4e936ea36535c7c5ec167fead5f3248') -prepare() { - cd $_hkgname-$pkgver - sed -i 's/< *4.14/<5/' $_hkgname.cabal -} - build() { cd $_hkgname-$pkgver
