[arch-commits] Commit in haskell-websockets/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Fri Dec 17 00:00:45 UTC 2021
Date: Friday, December 17, 2021 @ 00:00:44
Author: felixonmars
Revision: 1075602
upgpkg: haskell-websockets 0.12.7.3-1: rebuild with websockets 0.12.7.3
Modified:
haskell-websockets/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-16 23:58:36 UTC (rev 1075601)
+++ PKGBUILD 2021-12-17 00:00:44 UTC (rev 1075602)
@@ -3,8 +3,8 @@
_hkgname=websockets
pkgname=haskell-websockets
-pkgver=0.12.7.2
-pkgrel=88
+pkgver=0.12.7.3
+pkgrel=1
pkgdesc="A sensible and clean way to write WebSocket-capable servers in Haskell."
url="https://hackage.haskell.org/package/${_hkgname}"
license=("BSD")
@@ -15,11 +15,11 @@
makedepends=('ghc' 'uusi' '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=('35f52a85cbbd57bc5302a7396711ad1f405a96481bc326754986edb581466849d052e1e2da9f473880cf59d07a4fa576ae2995fb83f754b8ef368ee616fda29e')
+sha512sums=('9eb9147ff7b545c6e3e859055ff0ca51c16d7e2f0e8603279409b3e74db7ec858c33e586d8f40e3059ac8acf96d8c7502e1b5fe298d3d7fa4cad507e13a2b300')
prepare() {
cd $_hkgname-$pkgver
- uusi -d bytestring-builder -u attoparsec $_hkgname.cabal
+ uusi -d bytestring-builder $_hkgname.cabal
}
build() {
More information about the arch-commits
mailing list