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

Felix Yan felixonmars at archlinux.org
Tue Dec 8 22:03:07 UTC 2020


    Date: Tuesday, December 8, 2020 @ 22:03:07
  Author: felixonmars
Revision: 772271

upgpkg: haskell-websockets 0.12.7.2-1: rebuild with websockets 0.12.7.2

Modified:
  haskell-websockets/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-08 21:53:10 UTC (rev 772270)
+++ PKGBUILD	2020-12-08 22:03:07 UTC (rev 772271)
@@ -3,8 +3,8 @@
 
 _hkgname=websockets
 pkgname=haskell-websockets
-pkgver=0.12.7.1
-pkgrel=42
+pkgver=0.12.7.2
+pkgrel=1
 pkgdesc="A sensible and clean way to write WebSocket-capable servers in Haskell."
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=("BSD")
@@ -12,14 +12,14 @@
 depends=('ghc-libs' 'haskell-async' 'haskell-attoparsec' 'haskell-base64-bytestring'
          'haskell-case-insensitive' 'haskell-clock' 'haskell-entropy' 'haskell-network'
          'haskell-random' 'haskell-sha' 'haskell-streaming-commons')
-makedepends=('ghc' 'haskell-hunit' 'haskell-test-framework' 'haskell-test-framework-hunit'
+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=('911464ee2726cd2b328b9793aa09d64ec0d342fdc25d05e244717256ea42deb08bc9ee181677939fccf67489caff50c5867c5f0a83e25cfd82a0027f85ad5e54')
+sha512sums=('35f52a85cbbd57bc5302a7396711ad1f405a96481bc326754986edb581466849d052e1e2da9f473880cf59d07a4fa576ae2995fb83f754b8ef368ee616fda29e')
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i -e '/bytestring-builder/d;s/< *2.14/<3/;s/< *1.2/<2/' $_hkgname.cabal
+    uusi -d bytestring-builder $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list