Date: Tuesday, May 26, 2020 @ 13:34:09 Author: felixonmars Revision: 635041
upgpkg: haskell-wai-extra 3.0.29.2-1: rebuild with wai-extra 3.0.29.2 Modified: haskell-wai-extra/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-26 13:32:02 UTC (rev 635040) +++ PKGBUILD 2020-05-26 13:34:09 UTC (rev 635041) @@ -3,8 +3,8 @@ _hkgname=wai-extra pkgname=haskell-wai-extra -pkgver=3.0.29.1 -pkgrel=49 +pkgver=3.0.29.2 +pkgrel=1 pkgdesc="Provides some basic WAI handlers and middleware." url="https://github.com/yesodweb/wai" license=("MIT") @@ -17,13 +17,8 @@ 'haskell-wai-logger' 'haskell-word8' 'haskell-zlib') makedepends=('ghc' 'haskell-hspec' 'haskell-hunit') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('f8c5f2d534a0ef4b16b4375cabfb49d11a643fd8f8d2b30f0f88b29b39f91e84db7170508a5ddb64540f4a33c30bde703a52345ac9195560141cd75626ef5ca4') +sha512sums=('5c4ac933acd8d112cd73a1fed6a51b7c3d5a34ae98ab37692bf4ca08c805fc9b5f1210fbf7214037f7d26913273ab4a91e71d7fb47f8216b7b1ba6cded7b6477') -prepare(){ - cd $_hkgname-$pkgver - sed -i 's/< *2.5/<4/' $_hkgname.cabal -} - build() { cd $_hkgname-$pkgver
