Date: Sunday, May 16, 2021 @ 14:15:15 Author: felixonmars Revision: 935806
upgpkg: haskell-yesod-core 1.6.20-1: rebuild with yesod-core 1.6.20 Modified: haskell-yesod-core/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-05-16 14:11:49 UTC (rev 935805) +++ PKGBUILD 2021-05-16 14:15:15 UTC (rev 935806) @@ -3,8 +3,8 @@ _hkgname=yesod-core pkgname=haskell-yesod-core -pkgver=1.6.19.0 -pkgrel=16 +pkgver=1.6.20 +pkgrel=1 pkgdesc="Creation of type-safe, RESTful web applications." url="http://www.yesodweb.com/" license=("MIT") @@ -12,7 +12,7 @@ depends=('ghc-libs' 'haskell-aeson' 'haskell-auto-update' 'haskell-blaze-html' 'haskell-blaze-markup' 'haskell-case-insensitive' 'haskell-cereal' 'haskell-clientsession' 'haskell-conduit' 'haskell-conduit-extra' 'haskell-cookie' - 'haskell-fast-logger' 'haskell-http-types' 'haskell-memory' + 'haskell-entropy' 'haskell-fast-logger' 'haskell-http-types' 'haskell-memory' 'haskell-monad-logger' 'haskell-old-locale' 'haskell-path-pieces' 'haskell-primitive' 'haskell-random' 'haskell-resourcet' 'haskell-shakespeare' 'haskell-unix-compat' 'haskell-unliftio' 'haskell-unordered-containers' 'haskell-vector' 'haskell-wai' @@ -19,7 +19,7 @@ 'haskell-wai-extra' 'haskell-wai-logger' 'haskell-warp' 'haskell-word8') makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('162e742ff4153521746832488aede40e654ac4272afaaeedf05dbc7922a21a6298ba519509af280ac2e9c5653dea23a75747de8a6e2358729b1ba36f1ef27ffc') +sha512sums=('36397ebdd8b2d4ec453f47139b72f05ddd5ac674ba329f4bb208f30f52af268b9e573493bf34884c23e9afd877e0396e8eff740ff52581dd66d2bcb6089f06c0') build() { cd $_hkgname-$pkgver
