Date: Thursday, February 11, 2016 @ 14:46:12 Author: fyan Revision: 161214
upgpkg: haskell-conduit-combinators 1.0.3.1-1 Modified: haskell-conduit-combinators/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-02-11 13:41:05 UTC (rev 161213) +++ PKGBUILD 2016-02-11 13:46:12 UTC (rev 161214) @@ -4,8 +4,8 @@ _hkgname=conduit-combinators pkgname=haskell-conduit-combinators -pkgver=1.0.3 -pkgrel=12 +pkgver=1.0.3.1 +pkgrel=1 pkgdesc="Commonly used conduit functions, for both chunked and unchunked data" url="https://github.com/fpco/conduit-combinators" license=("MIT") @@ -19,7 +19,7 @@ options=('staticlibs') source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") install="${pkgname}.install" -sha256sums=('29c1f3dd854d11212474692c6c3a4158ed2929e8443ff2878eee5ea1ed6700bf') +sha256sums=('66a40be2cc964c36b06cf9b096c1a99b107dba06b62baa4b13b9c485dc4f8b48') build() { cd "${srcdir}/${_hkgname}-${pkgver}"
