Date: Friday, June 7, 2019 @ 17:09:12 Author: felixonmars Revision: 478191
upgpkg: haskell-async 2.2.2-1 rebuild with async 2.2.2 Modified: haskell-async/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-06-07 17:08:57 UTC (rev 478190) +++ PKGBUILD 2019-06-07 17:09:12 UTC (rev 478191) @@ -3,8 +3,8 @@ _hkgname=async pkgname=haskell-async -pkgver=2.2.1 -pkgrel=7 +pkgver=2.2.2 +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=('65daa880d2c10fb235ddd431f7b1d80b2c3cc78c8dfba7deb7f1f60a6b6495f159daffa560ad84908687b083309c300765b4ba45a6f787b24d364f3c0e070749') +sha512sums=('6984c74b76dc1db73363ca2e360d2be6f2e7b4de5c7de452c4df7ee996b2256790a8cecb532af6d7d675541315a16f8e4ce566c5f79e4102e4a857f057e2d811') -prepare() { - cd $_hkgname-$pkgver - sed -e 's/< *4.12/<5/' -e 's/< *2.5/<3/' -i $_hkgname.cabal -} - build() { cd $_hkgname-$pkgver
