Date: Sunday, March 15, 2020 @ 17:29:25 Author: felixonmars Revision: 598363
upgpkg: haskell-unordered-containers 0.2.10.0-35: rebuild with hashable 1.3.0.0 Modified: haskell-unordered-containers/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-03-15 17:02:52 UTC (rev 598362) +++ PKGBUILD 2020-03-15 17:29:25 UTC (rev 598363) @@ -7,7 +7,7 @@ _hkgname=unordered-containers pkgname=haskell-unordered-containers pkgver=0.2.10.0 -pkgrel=34 +pkgrel=35 pkgdesc="Efficient hashing-based container types" url="https://github.com/tibbe/unordered-containers" license=("BSD") @@ -19,6 +19,11 @@ source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") sha512sums=('450e5e839e0092b2476a0abfc3eb2f45fba634a9e782cddf25b3db3730d16dd2e65673f46678ab4ad23be71525ae5f72888b89b03402cb70e20fc33feb765766') +prepare() { + cd $_hkgname-$pkgver + sed -i 's/< *1.3/<2/' $_hkgname.cabal +} + build() { cd $_hkgname-$pkgver
