Date: Monday, January 2, 2017 @ 23:24:28 Author: felixonmars Revision: 204541
upgpkg: haskell-lifted-async 0.9.0-3 rebuild with hashable-1.2.5.0 Modified: haskell-lifted-async/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-01-02 23:22:48 UTC (rev 204540) +++ PKGBUILD 2017-01-02 23:24:28 UTC (rev 204541) @@ -4,7 +4,7 @@ _hkgname=lifted-async pkgname=haskell-lifted-async pkgver=0.9.0 -pkgrel=2 +pkgrel=3 pkgdesc="Run lifted IO operations asynchronously and wait for their results" url="https://github.com/maoe/lifted-async" license=('custom:BSD3') @@ -11,7 +11,7 @@ arch=('i686' 'x86_64') depends=('ghc=8.0.1' 'haskell-async' 'haskell-constraints' 'haskell-lifted-base' 'haskell-transformers-base' 'haskell-transformers-base') -source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) +source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) md5sums=('334e7056e62b87c4a22ed6d7a309d762') build() {
