Date: Tuesday, January 7, 2020 @ 16:25:19 Author: felixonmars Revision: 549857
upgpkg: haskell-websockets 0.12.6.0-1: rebuild with websockets 0.12.6.0 Modified: haskell-websockets/trunk/PKGBUILD ----------+ PKGBUILD | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-01-07 16:20:43 UTC (rev 549856) +++ PKGBUILD 2020-01-07 16:25:19 UTC (rev 549857) @@ -3,23 +3,23 @@ _hkgname=websockets pkgname=haskell-websockets -pkgver=0.12.5.3 -pkgrel=40 +pkgver=0.12.6.0 +pkgrel=1 pkgdesc="A sensible and clean way to write WebSocket-capable servers in Haskell." url="https://hackage.haskell.org/package/${_hkgname}" license=("BSD") arch=('x86_64') -depends=('ghc-libs' 'haskell-attoparsec' 'haskell-base64-bytestring' 'haskell-case-insensitive' - 'haskell-entropy' 'haskell-network' 'haskell-random' 'haskell-sha' - 'haskell-streaming-commons') +depends=('ghc-libs' 'haskell-async' 'haskell-attoparsec' 'haskell-base64-bytestring' + 'haskell-case-insensitive' 'haskell-entropy' 'haskell-network' 'haskell-random' + 'haskell-sha' 'haskell-streaming-commons') 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=('590df3017f06f11ee17295655280fb95eb6eebb1997cf15ea06ddca9095a569b30e53ded4c111c53347ad5707f338de050a59281455bf120c8554ecc521d8f20') +sha512sums=('2cd97cba6404ef6bb71ffe6c7d52e1778e32a91e35d0b1262a963908052b98483afeb023c711db53171d9b6986fb942a7497d8f6b5998cd646f6208e6c35a5f9') prepare() { cd $_hkgname-$pkgver - sed -i -e '/bytestring-builder/d' -e 's/< *2.13/<3/' $_hkgname.cabal + sed -i -e '/bytestring-builder/d' $_hkgname.cabal } build() {
