Date: Friday, December 16, 2016 @ 02:37:56 Author: felixonmars Revision: 199648
upgpkg: haskell-async 2.1.1-1 rebuild with async-2.1.1 Modified: haskell-async/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-12-16 02:35:37 UTC (rev 199647) +++ PKGBUILD 2016-12-16 02:37:56 UTC (rev 199648) @@ -4,8 +4,8 @@ _hkgname=async pkgname=haskell-async -pkgver=2.1.0 -pkgrel=2 +pkgver=2.1.1 +pkgrel=1 pkgdesc="Run IO operations asynchronously and wait for their results" url="https://github.com/simonmar/async" license=("custom:BSD3") @@ -12,7 +12,7 @@ arch=('i686' 'x86_64') depends=("ghc=8.0.1" "haskell-stm") source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha256sums=('93c37611f9c68b5cdc8cd9960ae77a7fbc25da83cae90137ef1378d857f22c2f') +sha256sums=('24134b36921f9874abb73be90886b4c23a67a9b4990f2d8e32d08dbfa5f74f90') build() { cd "${srcdir}/${_hkgname}-${pkgver}"
