Date: Sunday, May 20, 2018 @ 17:52:42 Author: felixonmars Revision: 325467
upgpkg: haskell-async 2.2.1-1 rebuild with async,2.2.1 Modified: haskell-async/trunk/PKGBUILD ----------+ PKGBUILD | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-20 17:49:26 UTC (rev 325466) +++ PKGBUILD 2018-05-20 17:52:42 UTC (rev 325467) @@ -4,22 +4,17 @@ _hkgname=async pkgname=haskell-async -pkgver=2.1.1.1 -pkgrel=7 +pkgver=2.2.1 +pkgrel=1 pkgdesc="Run IO operations asynchronously and wait for their results" url="https://github.com/simonmar/async" license=("custom:BSD3") arch=('x86_64') -depends=('ghc-libs') +depends=('ghc-libs' 'haskell-hashable') makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('6c617e6028e6b10dfa19a1157f3fd8521190725e9aafa60f6668c6c40f88445f03de4fa70a824aada2b008fc8a5d49e7d1aade1843ba990a382ffb9d3ef9ec21') +sha512sums=('65daa880d2c10fb235ddd431f7b1d80b2c3cc78c8dfba7deb7f1f60a6b6495f159daffa560ad84908687b083309c300765b4ba45a6f787b24d364f3c0e070749') -prepare() { - cd $_hkgname-$pkgver - sed -i 's/<.*4.11/<5/' $_hkgname.cabal -} - build() { cd "${srcdir}/${_hkgname}-${pkgver}"
