Date: Monday, May 24, 2021 @ 18:12:09 Author: felixonmars Revision: 944744
upgpkg: haskell-unordered-containers 0.2.14.0-1: rebuild with unordered-containers 0.2.14.0 Modified: haskell-unordered-containers/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-05-24 18:12:06 UTC (rev 944743) +++ PKGBUILD 2021-05-24 18:12:09 UTC (rev 944744) @@ -6,8 +6,8 @@ _hkgname=unordered-containers pkgname=haskell-unordered-containers -pkgver=0.2.13.0 -pkgrel=64 +pkgver=0.2.14.0 +pkgrel=1 pkgdesc="Efficient hashing-based container types" url="https://github.com/haskell-unordered-containers/unordered-containers" license=("BSD") @@ -17,7 +17,7 @@ 'haskell-random' 'haskell-test-framework' 'haskell-test-framework-hunit' 'haskell-test-framework-quickcheck2') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('f32d6e91ba7ef54cc24562e26e8bda147e43b954966bae3f9850b0c57438e5d8af43f7a49106980d1197ff674eca7bb9a50c8895deb0e45588ec123664c6c47d') +sha512sums=('e6ce8d37478db96dedfed2a06b8b7e25dbda275e4ca8523827e8bd8ca2816b3a96f26ea22f2d291bb89b87cf675c706f6b15759dc4e17a63ad94ad63704bc2bf') build() { cd $_hkgname-$pkgver
