Date: Saturday, April 16, 2016 @ 05:03:39 Author: fyan Revision: 171127
upgpkg: haskell-wai-logger 2.2.6-1 rebuild with fast-logger-2.4.5, persistent-2.5, persistent-sqlite-2.5, persistent-template-2.5, yaml-0.8.17.1, http-client-0.4.28, http-client-tls-0.2.4, http-conduit-2.1.10, shakespeare-2.0.8.1, wai-3.2.1, wai-logger-2.2.6 Modified: haskell-wai-logger/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-04-16 02:58:41 UTC (rev 171126) +++ PKGBUILD 2016-04-16 03:03:39 UTC (rev 171127) @@ -4,19 +4,19 @@ _hkgname=wai-logger pkgname=haskell-wai-logger -pkgver=2.2.4.1 -pkgrel=9 +pkgver=2.2.6 +pkgrel=1 pkgdesc="A logging system for WAI" url="http://hackage.haskell.org/package/${_hkgname}" license=("custom:BSD3") arch=('i686' 'x86_64') -depends=("ghc=7.10.3" "haskell-auto-update" "haskell-blaze-builder" "haskell-byteorder" - "haskell-case-insensitive" "haskell-easy-file" "haskell-fast-logger" - "haskell-http-types" "haskell-network" "haskell-unix-time" "haskell-wai") +depends=("ghc=7.10.3" "haskell-blaze-builder" "haskell-byteorder" "haskell-case-insensitive" + "haskell-fast-logger" "haskell-http-types" "haskell-network" "haskell-unix-time" + "haskell-wai") options=('staticlibs') source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") install="${pkgname}.install" -sha256sums=('f37d6bb6ea4a5f881ab2c9df571c923c5624cc83882b19640b924436fcdedae8') +sha256sums=('3ff79327c10e2c144b49ff3e94ceaca10e6e88e083355c2aced96e79c1a14db3') build() { cd "${srcdir}/${_hkgname}-${pkgver}"