Date: Wednesday, December 21, 2016 @ 04:28:23 Author: felixonmars Revision: 200580
upgpkg: haskell-http-client-tls 0.3.3-10 rebuild with memory-0.14 Modified: haskell-http-client-tls/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-12-21 04:26:32 UTC (rev 200579) +++ PKGBUILD 2016-12-21 04:28:23 UTC (rev 200580) @@ -5,7 +5,7 @@ _hkgname=http-client-tls pkgname=haskell-http-client-tls pkgver=0.3.3 -pkgrel=9 +pkgrel=10 pkgdesc="http-client backend using the connection package and tls library" url="https://github.com/snoyberg/http-client" license=("MIT") @@ -13,7 +13,7 @@ depends=("ghc=8.0.1" "haskell-case-insensitive" "haskell-connection" "haskell-cryptonite" "haskell-data-default-class" "haskell-exceptions" "haskell-http-client" "haskell-http-types" "haskell-memory" "haskell-network" "haskell-tls") -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") sha256sums=('ec1c676989aa7a53aa414d4bf2613573a8766dcf81db826365bdf20ce981a064') build() {
