Date: Thursday, January 23, 2020 @ 17:10:17 Author: felixonmars Revision: 555061
upgpkg: haskell-warp 3.3.6-1: rebuild with warp 3.3.6 Modified: haskell-warp/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-01-23 16:52:58 UTC (rev 555060) +++ PKGBUILD 2020-01-23 17:10:17 UTC (rev 555061) @@ -3,8 +3,8 @@ _hkgname=warp pkgname=haskell-warp -pkgver=3.3.5 -pkgrel=16 +pkgver=3.3.6 +pkgrel=1 pkgdesc="A fast, light-weight web server for WAI applications." url="https://github.com/yesodweb/wai" license=("MIT") @@ -13,11 +13,11 @@ 'haskell-case-insensitive' 'haskell-hashable' 'haskell-http-date' 'haskell-http-types' 'haskell-http2' 'haskell-iproute' 'haskell-network' 'haskell-simple-sendfile' 'haskell-streaming-commons' 'haskell-time-manager' 'haskell-unix-compat' 'haskell-vault' - 'haskell-wai' 'haskell-word8') + 'haskell-wai' 'haskell-word8' 'haskell-x509') makedepends=('ghc' 'haskell-doctest' 'haskell-http-client' 'haskell-hspec' 'haskell-hunit' 'haskell-lifted-base' 'haskell-quickcheck') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('38411fbf5e4c47d11e7fc414234770865e623fb7d23a6847fb83c353738655836dc754d58ad5027ff3ea39a8b3e2f01c6289fba6777167a6b62091bde8d8a7cc') +sha512sums=('ff65a051930ae21428d57eb61bcb42956ad9a809669057ed0c98e55d0b124953e2bb452e5f67c7111a99184fcbe7e79d167b4cded1e3a8f201f0a91688e5bf92') build() { cd $_hkgname-$pkgver
