Date: Tuesday, March 20, 2018 @ 18:48:41 Author: felixonmars Revision: 309624
upgpkg: haskell-wai 3.2.1.2-1 rebuild with wai,3.2.1.2 Modified: haskell-wai/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-03-20 18:47:54 UTC (rev 309623) +++ PKGBUILD 2018-03-20 18:48:41 UTC (rev 309624) @@ -4,22 +4,18 @@ _hkgname=wai pkgname=haskell-wai -pkgver=3.2.1.1 -pkgrel=31 +pkgver=3.2.1.2 +pkgrel=1 pkgdesc="Web Application Interface." url="https://github.com/yesodweb/wai" license=("MIT") arch=('x86_64') -depends=('ghc-libs' "haskell-blaze-builder" "haskell-http-types" "haskell-network" "haskell-text" +depends=('ghc-libs' "haskell-http-types" "haskell-network" "haskell-text" "haskell-vault") makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('5fadbc5e665002f9e1a5d962731309bac6cb91a0533ba8ce0ae8d69014322e2a2960bcd0e6c56e65e3a2a03be6832ba5e72dcca6ae33620f1cd1791ea725f6a3') +sha512sums=('8aa2a7d75712fc36e65fa91e352fb261cac82069a0a8ef937cff54b77efe9aa0e995aaed4a412e69389fc9c92d8bacdc16986eea8d9a0a092e1eb1064e3d90d3') -prepare() { - sed -i '/bytestring-builder/d' $_hkgname-$pkgver/$_hkgname.cabal -} - build() { cd "${srcdir}/${_hkgname}-${pkgver}"
