Date: Thursday, June 14, 2018 @ 00:43:07 Author: felixonmars Revision: 342975
upgpkg: haskell-websockets 0.12.5.1-1 rebuild with websockets 0.12.5.1 Modified: haskell-websockets/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-06-14 00:38:31 UTC (rev 342974) +++ PKGBUILD 2018-06-14 00:43:07 UTC (rev 342975) @@ -4,8 +4,8 @@ _hkgname=websockets pkgname=haskell-websockets -pkgver=0.12.5.0 -pkgrel=3 +pkgver=0.12.5.1 +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") @@ -16,7 +16,7 @@ makedepends=('ghc' 'haskell-hunit' 'haskell-test-framework' 'haskell-test-framework-hunit' 'haskell-test-framework-quickcheck2') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('a7382466aa2f92a805981c22f69b42621ea5406799f98cf9d0a814ce699483230ddc9c759b5566b2a389f6da2582628258d45f7c19a4f631cccf8fe9a12caf04') +sha512sums=('00cc65102ba00e72cf5c9f2f05075cd6ef1cdc5223fd13b7688393721e6979f6aa420f904273ee71e97bfaa2b05055cee7e0fb52e117e9ff0fd06c75e55b6399') prepare() { cd $_hkgname-$pkgver
