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

Felix Yan felixonmars at archlinux.org
Sun Apr 25 15:00:33 UTC 2021


    Date: Sunday, April 25, 2021 @ 15:00:32
  Author: felixonmars
Revision: 924226

upgpkg: haskell-http2 3.0.1-1: rebuild with http2 3.0.1

Modified:
  haskell-http2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-25 14:57:58 UTC (rev 924225)
+++ PKGBUILD	2021-04-25 15:00:32 UTC (rev 924226)
@@ -3,8 +3,8 @@
 
 _hkgname=http2
 pkgname=haskell-http2
-pkgver=3.0.0
-pkgrel=3
+pkgver=3.0.1
+pkgrel=1
 pkgdesc="HTTP/2 library"
 url="https://github.com/kazu-yamamoto/http2"
 license=("BSD")
@@ -16,18 +16,13 @@
              'haskell-base16-bytestring' 'haskell-cryptonite' 'haskell-glob' 'haskell-hspec'
              'haskell-hspec-discover' 'haskell-network-run' 'haskell-typed-process'
              'haskell-unordered-containers' 'haskell-vector')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz"
-        https://raw.githubusercontent.com/kazu-yamamoto/http2/a4182a02fb97a0a207ffa8f6194c8c107ee68cef/test/inputFile)
-sha512sums=('48d60e3e8eca3f1a3fefab7f946be9766dbceafad84f989eb12ad915a626eed5367b2a88aee95acd870e68b92c3d0c3e588a10a7748e358bad456e8daf0c1ecf'
-            '66c37f0611cd8bc91b65b958a87fa063290fc4b7bf08a69ff587ccccdcdec46570fda493e51d1ae6f12e50499a615032c414c69a4cec97a5c02d495b5db223de')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
+sha512sums=('aaa32209fb9945cc33c557866acb053df403bbe37c2bd024ac52e7fc6a3e816d0249e48b83e8846017fe0df0998327cf3498f1bc96b57b0fa81ce9c4d35589c6')
 
 prepare() {
     cd $_hkgname-$pkgver
     # Choose another port to bind, 8080 is too easy to conflict with build host
     sed -i 's/"8080"/"59824"/' test2/ServerSpec.hs test/HTTP2/ServerSpec.hs
-
-    # https://github.com/kazu-yamamoto/http2/issues/23
-    mv ../inputFile test/
 }
 
 build() {



More information about the arch-commits mailing list