Date: Monday, January 2, 2017 @ 22:57:06 Author: felixonmars Revision: 204531
upgpkg: haskell-websockets 0.10.0.0-2 rebuild with hashable-1.2.5.0 Modified: haskell-websockets/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-01-02 22:55:01 UTC (rev 204530) +++ PKGBUILD 2017-01-02 22:57:06 UTC (rev 204531) @@ -5,15 +5,15 @@ _hkgname=websockets pkgname=haskell-websockets pkgver=0.10.0.0 -pkgrel=1 +pkgrel=2 pkgdesc="A sensible and clean way to write WebSocket-capable servers in Haskell." -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-attoparsec" "haskell-base64-bytestring" "haskell-blaze-builder" "haskell-case-insensitive" "haskell-entropy" "haskell-network" "haskell-random" "haskell-sha" "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") sha256sums=('3ee56fa6683912928a7d336d591c43e4948886037b5aa72cbab2f33fb43fa2eb') build() {
