Date: Wednesday, March 30, 2016 @ 16:39:41 Author: fyan Revision: 168875
upgpkg: haskell-yesod-persistent 1.4.0.4-1 rebuild with conduit-extra-1.1.12, wai-3.2.0.1, wai-app-static-3.1.5, warp-3.2.4, yesod-auth-1.4.13, yesod-core-1.4.20, yesod-form-1.4.7, yesod-persistent-1.4.0.4 Modified: haskell-yesod-persistent/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-03-30 14:36:33 UTC (rev 168874) +++ PKGBUILD 2016-03-30 14:39:41 UTC (rev 168875) @@ -4,8 +4,8 @@ _hkgname=yesod-persistent pkgname=haskell-yesod-persistent -pkgver=1.4.0.3 -pkgrel=30 +pkgver=1.4.0.4 +pkgrel=1 pkgdesc="Some helpers for using Persistent from Yesod." url="http://www.yesodweb.com/" license=("MIT") @@ -16,7 +16,7 @@ options=('staticlibs') source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") install="${pkgname}.install" -sha256sums=('6455b79eda028e12caefc9d89808fbc611ece36ef64bab3426f90a26cacf3b5f') +sha256sums=('840dac8758176dd2b27bbff49a8cdd724b6f99cdf1b723a1eae5d2a18898d25d') build() { cd "${srcdir}/${_hkgname}-${pkgver}"