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

Felix Yan felixonmars at archlinux.org
Sun May 3 20:06:23 UTC 2020


    Date: Sunday, May 3, 2020 @ 20:06:23
  Author: felixonmars
Revision: 624614

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

Modified:
  haskell-websockets/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-03 20:02:05 UTC (rev 624613)
+++ PKGBUILD	2020-05-03 20:06:23 UTC (rev 624614)
@@ -3,8 +3,8 @@
 
 _hkgname=websockets
 pkgname=haskell-websockets
-pkgver=0.12.7.0
-pkgrel=23
+pkgver=0.12.7.1
+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' '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=('8cfc67df1a211ef3ec87a239747f2011c4b70e4796a8b693ea7ef1faf9fb236d6776d5adaf54ff0665a27d87ffb5f02a1e43b8e4c3674a5e710f13ee0675db8f')
+sha512sums=('911464ee2726cd2b328b9793aa09d64ec0d342fdc25d05e244717256ea42deb08bc9ee181677939fccf67489caff50c5867c5f0a83e25cfd82a0027f85ad5e54')
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i -e '/bytestring-builder/d;s/< *2.14/<3/;s/< *1.1/<2/' $_hkgname.cabal
+    sed -i -e '/bytestring-builder/d;s/< *2.14/<3/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list