Date: Monday, April 10, 2017 @ 18:00:26 Author: felixonmars Revision: 221861
upgpkg: haskell-async 2.1.1.1-1 rebuild with async,2.1.1.1 Modified: haskell-async/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-04-10 17:52:26 UTC (rev 221860) +++ PKGBUILD 2017-04-10 18:00:26 UTC (rev 221861) @@ -4,7 +4,7 @@ _hkgname=async pkgname=haskell-async -pkgver=2.1.1 +pkgver=2.1.1.1 pkgrel=1 pkgdesc="Run IO operations asynchronously and wait for their results" url="https://github.com/simonmar/async" @@ -11,8 +11,8 @@ license=("custom:BSD3") 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=('24134b36921f9874abb73be90886b4c23a67a9b4990f2d8e32d08dbfa5f74f90') +source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") +sha512sums=('6c617e6028e6b10dfa19a1157f3fd8521190725e9aafa60f6668c6c40f88445f03de4fa70a824aada2b008fc8a5d49e7d1aade1843ba990a382ffb9d3ef9ec21') build() { cd "${srcdir}/${_hkgname}-${pkgver}"
