Date: Thursday, September 29, 2022 @ 14:13:29 Author: felixonmars Revision: 1316196
upgpkg: haskell-http2 3.0.3-1: rebuild with aeson 2.0.3.0, aeson-diff 1.1.0.11, http2 3.0.3, hoauth2 2.1.0, jose 0.9, microlens-aeson 2.4.0, postgrest 10.0.0, req 3.10.0 Modified: haskell-http2/trunk/PKGBUILD ----------+ PKGBUILD | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-09-29 14:13:29 UTC (rev 1316195) +++ PKGBUILD 2022-09-29 14:13:29 UTC (rev 1316196) @@ -3,21 +3,21 @@ _hkgname=http2 pkgname=haskell-http2 -pkgver=3.0.2 -pkgrel=149 +pkgver=3.0.3 +pkgrel=1 pkgdesc="HTTP/2 library" url="https://github.com/kazu-yamamoto/http2" license=("BSD") arch=('x86_64') -depends=('ghc-libs' 'haskell-case-insensitive' 'haskell-http-types' 'haskell-network' - 'haskell-network-byte-order' 'haskell-psqueues' 'haskell-time-manager' +depends=('ghc-libs' 'haskell-async' 'haskell-case-insensitive' 'haskell-http-types' + 'haskell-network' 'haskell-network-byte-order' 'haskell-psqueues' 'haskell-time-manager' 'haskell-unix-time') -makedepends=('ghc' 'haskell-async' 'haskell-aeson' 'haskell-aeson-pretty' - 'haskell-base16-bytestring' 'haskell-cryptonite' 'haskell-glob' 'haskell-hspec' - 'haskell-hspec-discover' 'haskell-network-run' 'haskell-typed-process' - 'haskell-unordered-containers' 'haskell-vector') +makedepends=('ghc' 'haskell-aeson' 'haskell-aeson-pretty' '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") -sha512sums=('1dd6e12904b11964d3c3c4ee4767e6dfd0edff87a7f2396a4f7e680d672a52a3ee478b5eea5f5ac0840a9f2cffae38fe4ceb13f660f51e5d87603f90f626c39c') +sha512sums=('e8f5474c905d81cda542f5955d854dfb73657440fda76bef80ca429c9adcd4416d1d11933c5a1a7e15b4811e971468b0b83312fd0c3b44d01fbeb1024d6d12cb') prepare() { cd $_hkgname-$pkgver
