[arch-commits] Commit in haskell-websockets/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat Aug 19 07:19:11 UTC 2017


    Date: Saturday, August 19, 2017 @ 07:19:10
  Author: felixonmars
Revision: 252538

upgpkg: haskell-websockets 0.12.2.0-1

rebuild with websockets,0.12.2.0

Modified:
  haskell-websockets/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-19 07:16:15 UTC (rev 252537)
+++ PKGBUILD	2017-08-19 07:19:10 UTC (rev 252538)
@@ -4,8 +4,8 @@
 
 _hkgname=websockets
 pkgname=haskell-websockets
-pkgver=0.10.0.0
-pkgrel=23
+pkgver=0.12.2.0
+pkgrel=1
 pkgdesc="A sensible and clean way to write WebSocket-capable servers in Haskell."
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=("custom:BSD3")
@@ -12,10 +12,10 @@
 arch=('i686' 'x86_64')
 depends=('ghc-libs' "haskell-attoparsec" "haskell-base64-bytestring" "haskell-blaze-builder"
          "haskell-case-insensitive" "haskell-entropy" "haskell-network" "haskell-random"
-         "haskell-sha" "haskell-text")
+         "haskell-sha" "haskell-streaming-commons" "haskell-text")
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('3ee56fa6683912928a7d336d591c43e4948886037b5aa72cbab2f33fb43fa2eb')
+sha512sums=('2d0f339489b4166c15741f89d7d3ada46f0bb09cb7a65f78e44287ce77b55955ea61b5ff4eca07075b8ee0c8784ed0fb1619777cc33500f79c8ae3441518cb2f')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list