[arch-commits] Commit in haskell-wai-websockets/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon Dec 26 03:32:57 UTC 2016
Date: Monday, December 26, 2016 @ 03:32:56
Author: felixonmars
Revision: 202480
upgpkg: haskell-wai-websockets 3.0.1.1-5
rebuild with unordered-containers-0.2.7.2
Modified:
haskell-wai-websockets/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-12-26 03:32:29 UTC (rev 202479)
+++ PKGBUILD 2016-12-26 03:32:56 UTC (rev 202480)
@@ -5,7 +5,7 @@
_hkgname=wai-websockets
pkgname=haskell-wai-websockets
pkgver=3.0.1.1
-pkgrel=4
+pkgrel=5
pkgdesc="Provide a bridge between WAI and the websockets package."
url="http://github.com/yesodweb/wai"
license=("MIT")
@@ -12,7 +12,7 @@
arch=('i686' 'x86_64')
depends=("ghc=8.0.1" "haskell-blaze-builder" "haskell-case-insensitive" "haskell-http-types"
"haskell-network" "haskell-wai" "haskell-websockets")
-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=('6abeafea574d9e8f4d41de091afec4594489877aa8717f97e91af5543fd38a31')
build() {
More information about the arch-commits
mailing list