Date: Thursday, December 22, 2016 @ 12:43:41 Author: felixonmars Revision: 201002
upgpkg: haskell-http2 1.6.2-5 rebuild with aeson-1.0.2.1 Modified: haskell-http2/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-12-22 12:40:32 UTC (rev 201001) +++ PKGBUILD 2016-12-22 12:43:41 UTC (rev 201002) @@ -5,15 +5,15 @@ _hkgname=http2 pkgname=haskell-http2 pkgver=1.6.2 -pkgrel=4 +pkgrel=5 pkgdesc="HTTP/2.0 library including frames and HPACK" -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-aeson" "haskell-aeson-pretty" "haskell-case-insensitive" "haskell-hex" "haskell-psqueues" "haskell-stm" "haskell-text" "haskell-vector") makedepends=('haskell-word8') -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=('99e75ac0fa19276d276ec63bb94eefb2e952b0a374aea8f3d2c2408a634b6fe7') prepare() {
