Date: Monday, January 2, 2017 @ 17:29:50 Author: felixonmars Revision: 204326
upgpkg: haskell-http-types 0.9.1-5 rebuild with hashable-1.2.5.0 Modified: haskell-http-types/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-01-02 17:27:44 UTC (rev 204325) +++ PKGBUILD 2017-01-02 17:29:50 UTC (rev 204326) @@ -5,13 +5,13 @@ _hkgname=http-types pkgname=haskell-http-types pkgver=0.9.1 -pkgrel=4 +pkgrel=5 pkgdesc="Generic HTTP types for Haskell (for both client and server code)." -url="http://hackage.haskell.org/package/${_hkgname}" +url="https://hackage.haskell.org/package/${_hkgname}" license=('custom:BSD3') arch=('i686' 'x86_64') depends=('ghc=8.0.1' 'haskell-blaze-builder' 'haskell-case-insensitive' 'haskell-text') -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=('80c6ba409125f2ec5ed51b94e7621d7d') build() {
