Date: Wednesday, February 8, 2023 @ 19:06:36 Author: felixonmars Revision: 1396498
upgpkg: haskell-quic 0.1.0-1: rebuild with quic 0.1.0 Modified: haskell-quic/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-02-08 19:03:22 UTC (rev 1396497) +++ PKGBUILD 2023-02-08 19:06:36 UTC (rev 1396498) @@ -2,8 +2,8 @@ _hkgname=quic pkgname=haskell-quic -pkgver=0.0.1 -pkgrel=42 +pkgver=0.1.0 +pkgrel=1 pkgdesc="QUIC" url="https://github.com/kazu-yamamoto/quic" license=("BSD") @@ -10,13 +10,13 @@ arch=('x86_64') depends=('ghc-libs' 'haskell-base16-bytestring' 'haskell-crypto-token' 'haskell-cryptonite' 'haskell-data-default-class' 'haskell-fast-logger' 'haskell-iproute' 'haskell-memory' - 'haskell-network' 'haskell-network-byte-order' 'haskell-psqueues' 'haskell-random' - 'haskell-tls' 'haskell-unix-time' 'haskell-unliftio' 'haskell-unliftio-core' - 'haskell-x509') + 'haskell-network' 'haskell-network-byte-order' 'haskell-network-udp' 'haskell-psqueues' + 'haskell-random' 'haskell-tls' 'haskell-unix-time' 'haskell-unliftio' + 'haskell-unliftio-core' 'haskell-x509' 'haskell-x509-system') makedepends=('ghc' 'haskell-quickcheck' 'haskell-async' 'haskell-doctest' 'haskell-hspec' 'haskell-hspec-discover') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -sha256sums=('5b332d0d2da9a781d2cb05ecfccd108e3c04737f5b88d11dba8d9af2e7778c6f') +sha256sums=('65ae39a7711f950b7e8ebd4c7ef4ca1941b4b5a52bd883c952492a1e8810617b') build() { cd $_hkgname-$pkgver
