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

Felix Yan felixonmars at archlinux.org
Tue Dec 15 18:48:33 UTC 2020


    Date: Tuesday, December 15, 2020 @ 18:48:33
  Author: felixonmars
Revision: 776065

upgpkg: haskell-http2 2.0.5-53: rebuild with base16-bytestring 1.0.0.0, casa-types 0.0.2

Modified:
  haskell-http2/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-15 18:46:35 UTC (rev 776064)
+++ PKGBUILD	2020-12-15 18:48:33 UTC (rev 776065)
@@ -4,7 +4,7 @@
 _hkgname=http2
 pkgname=haskell-http2
 pkgver=2.0.5
-pkgrel=52
+pkgrel=53
 pkgdesc="HTTP/2 library"
 url="https://github.com/kazu-yamamoto/http2"
 license=("BSD")
@@ -14,9 +14,15 @@
 makedepends=('ghc' 'haskell-aeson' 'haskell-aeson-pretty' 'haskell-base16-bytestring'
              'haskell-doctest' 'haskell-glob' 'haskell-hspec' 'haskell-unordered-containers'
              'haskell-vector')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('94a45aa97090db4a12eb64a0a1e8596049182d8011b6a1edb22c4841e7164fbd6c118770a638605f999296e71e796ec660c1701e7bc25d4c4a8d4c801b3b773e')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz"
+        http2-base16-bytestring-1.0.patch::https://github.com/kazu-yamamoto/http2/commit/e8f218ee42e575bb124613fdbd6b9aec8398cdf9.patch)
+sha512sums=('94a45aa97090db4a12eb64a0a1e8596049182d8011b6a1edb22c4841e7164fbd6c118770a638605f999296e71e796ec660c1701e7bc25d4c4a8d4c801b3b773e'
+            'f0a2b0ffe081760a5da874dca4fa9bff359f9e95f833f48d4195285c11069eca5aba453d7cb8b342557c00458ae18157c6e29160189473bb2671e53c2cd6bc37')
 
+prepare() {
+    patch -d $_hkgname-$pkgver -p1 < http2-base16-bytestring-1.0.patch || :
+}
+
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list