Date: Friday, December 27, 2019 @ 20:48:43 Author: felixonmars Revision: 543293
upgpkg: haskell-http-download 0.1.0.1-1: rebuild with http-download 0.1.0.1 Modified: haskell-http-download/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-12-27 20:48:00 UTC (rev 543292) +++ PKGBUILD 2019-12-27 20:48:43 UTC (rev 543293) @@ -2,10 +2,10 @@ _hkgname=http-download pkgname=haskell-http-download -pkgver=0.1.0.0 -pkgrel=60 +pkgver=0.1.0.1 +pkgrel=1 pkgdesc="Verified downloads with retries" -url="https://github.com/commercialhaskell/stack" +url="https://github.com/commercialhaskell/http-download" license=('MIT') arch=('x86_64') depends=('ghc-libs' 'haskell-base64-bytestring' 'haskell-conduit' 'haskell-conduit-extra' @@ -14,7 +14,7 @@ 'haskell-path' 'haskell-path-io' 'haskell-retry' 'haskell-rio' 'haskell-rio-prettyprint') makedepends=('ghc' 'haskell-hspec' 'haskell-hspec-discover') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('0d8c768ac87c9c2fdfe7503e88bbc6135e6edd0938790b46849346f86c62f5416abd18dcb14349c2624a956990cac8b66e93c3ef5043ffc60e1df7f6dab950e6') +sha512sums=('4c1e6398e2cb819c6a03d44a104c93dc11f8a467f66e0edd55f6c0e60a3756ef3ae5bb436f6b0bd6f882160e31c520d646bacb089ed009c4dfbb586e977c47b8') prepare() { cd $_hkgname-$pkgver
