Date: Wednesday, February 17, 2016 @ 07:05:46 Author: fyan Revision: 161940
upgpkg: haskell-unordered-containers 0.2.7.0-1 Modified: haskell-unordered-containers/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-02-17 06:01:05 UTC (rev 161939) +++ PKGBUILD 2016-02-17 06:05:46 UTC (rev 161940) @@ -7,8 +7,8 @@ _hkgname=unordered-containers pkgname=haskell-unordered-containers -pkgver=0.2.6.0 -pkgrel=2 +pkgver=0.2.7.0 +pkgrel=1 pkgdesc="Efficient hashing-based container types" url="https://github.com/tibbe/unordered-containers" license=("custom:BSD3") @@ -17,7 +17,7 @@ options=('staticlibs') source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") install="${pkgname}.install" -sha256sums=('5f9fbba5f616344bd3b1b633d45f820cf9c840ad101e1110e698abc77d9de3f3') +sha256sums=('6503226d24069698bbb454c15c53a7f9f245aba228e142c6b6ab2d31cecc5ef6') build() { cd "${srcdir}/${_hkgname}-${pkgver}"
