Date: Friday, March 11, 2022 @ 00:52:32 Author: felixonmars Revision: 1147047
upgpkg: haskell-wai-middleware-static 0.9.2-1: rebuild with wai-middleware-static 0.9.2 Modified: haskell-wai-middleware-static/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-11 00:45:49 UTC (rev 1147046) +++ PKGBUILD 2022-03-11 00:52:32 UTC (rev 1147047) @@ -3,19 +3,20 @@ _hkgname=wai-middleware-static pkgname=haskell-wai-middleware-static -pkgver=0.9.1 -pkgrel=61 +pkgver=0.9.2 +pkgrel=1 pkgdesc="WAI middleware that serves requests to static files" url="https://github.com/scotty-web/wai-middleware-static" license=("BSD") arch=('x86_64') -depends=('ghc-libs' 'haskell-cryptonite' 'haskell-memory' 'haskell-expiring-cache-map' - 'haskell-http-types' 'haskell-mime-types' 'haskell-old-locale' 'haskell-wai') +depends=('ghc-libs' 'haskell-base16-bytestring' 'haskell-cryptohash-sha1' + 'haskell-expiring-cache-map' 'haskell-http-types' 'haskell-mime-types' + 'haskell-old-locale' 'haskell-wai') makedepends=('ghc' 'uusi' 'haskell-hspec' 'haskell-hspec-discover' 'haskell-hspec-expectations-lifted' 'haskell-hspec-wai' 'haskell-mockery' 'haskell-scotty' 'haskell-wai-extra') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('f09d39f752266083ec72a530bde3fd680e6dfd434792e207a46498c6e40e6af1e53d4aa8534195019128c0911c227a413897384464963dde700e12b4e38836bc') +sha512sums=('fbfb57a64b9eabce3196c97a1727a533d9dc71fdf3e3a2316e6eb5edffc26b7c7f091b0ebc9144c129d3ec6bc452ddb846ef15e898d62507b4170f5354188be8') prepare() { cd $_hkgname-$pkgver
