Date: Thursday, November 17, 2016 @ 06:50:08 Author: felixonmars Revision: 196153
upgpkg: haskell-yesod-static 1.5.1.1-1 rebuild with conduit-extra-1.1.15, warp-3.2.9, yesod-1.4.3.1, yesod-core-1.4.26, yesod-form-1.4.9, yesod-static-1.5.1.1 Modified: haskell-yesod-static/trunk/PKGBUILD ----------+ PKGBUILD | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-11-17 06:49:04 UTC (rev 196152) +++ PKGBUILD 2016-11-17 06:50:08 UTC (rev 196153) @@ -4,22 +4,21 @@ _hkgname=yesod-static pkgname=haskell-yesod-static -pkgver=1.5.0.5 -pkgrel=4 +pkgver=1.5.1.1 +pkgrel=1 pkgdesc="Static file serving subsite for Yesod Web Framework." url="http://www.yesodweb.com/" license=("MIT") arch=('i686' 'x86_64') depends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" "haskell-base64-bytestring" - "haskell-blaze-builder" "haskell-byteable" "haskell-conduit" - "haskell-conduit-extra" "haskell-cryptohash" "haskell-cryptohash-conduit" - "haskell-css-text" "haskell-data-default" "haskell-file-embed" - "haskell-hashable" "haskell-hjsmin" "haskell-http-types" "haskell-mime-types" - "haskell-old-time" "haskell-resourcet" "haskell-text" "haskell-unix-compat" - "haskell-unordered-containers" "haskell-wai" "haskell-wai-app-static" - "haskell-yesod-core") + "haskell-blaze-builder" "haskell-byteable" "haskell-conduit" "haskell-conduit-extra" + "haskell-cryptohash" "haskell-cryptohash-conduit" "haskell-css-text" "haskell-data-default" + "haskell-exceptions" "haskell-file-embed" "haskell-hashable" "haskell-hjsmin" + "haskell-http-types" "haskell-mime-types" "haskell-old-time" "haskell-resourcet" + "haskell-text" "haskell-unix-compat" "haskell-unordered-containers" "haskell-wai" + "haskell-wai-app-static" "haskell-yesod-core") source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha256sums=('3cf3f0a1da82caf974343fe03c8efa7794f56d13c6747846fa746f16b029f459') +sha256sums=('cdb50763c4cbd2b8fcdb2b9f2f2526648e82454c62d49bfd6d165af80a192a92') build() { cd "${srcdir}/${_hkgname}-${pkgver}"
