Date: Tuesday, January 28, 2020 @ 21:16:32 Author: felixonmars Revision: 558351
upgpkg: haskell-wai-app-static 3.1.7.1-1: rebuild with wai-app-static 3.1.7.1 Modified: haskell-wai-app-static/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-01-28 21:10:02 UTC (rev 558350) +++ PKGBUILD 2020-01-28 21:16:32 UTC (rev 558351) @@ -3,8 +3,8 @@ _hkgname=wai-app-static pkgname=haskell-wai-app-static -pkgver=3.1.6.3 -pkgrel=150 +pkgver=3.1.7.1 +pkgrel=1 pkgdesc="WAI application for static serving" url="https://www.yesodweb.com/book/web-application-interface" license=("MIT") @@ -16,13 +16,8 @@ 'haskell-warp' 'haskell-zlib') makedepends=('ghc' 'haskell-hspec' 'haskell-mockery' 'haskell-network' 'haskell-temporary') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('acbbb499bd357e758ba46f8d8f0afab22242e4541c3cbaa97bbb5d81d55dfd6fc7c336c36b84591718d9d910dc0a7cbdadd07434cb6a4019ca595040bd18cb79') +sha512sums=('eae193f79a15b9e995d3db3a8c8a4a80ac8faeacb775b307c9a20f9ef5d77583143009c0ae71d77ecf9224a752460d3ecd9109db873f8517ed359025a4efb1d3') -prepare() { - cd $_hkgname-$pkgver - sed -i 's/< *3.3/<4/' $_hkgname.cabal -} - build() { cd $_hkgname-$pkgver
