Date: Wednesday, June 17, 2020 @ 18:13:49 Author: felixonmars Revision: 646406
upgpkg: haskell-unordered-containers 0.2.11.0-1: rebuild with unordered-containers 0.2.11.0 Modified: haskell-unordered-containers/trunk/PKGBUILD ----------+ PKGBUILD | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-06-17 18:00:25 UTC (rev 646405) +++ PKGBUILD 2020-06-17 18:13:49 UTC (rev 646406) @@ -6,24 +6,19 @@ _hkgname=unordered-containers pkgname=haskell-unordered-containers -pkgver=0.2.10.0 -pkgrel=41 +pkgver=0.2.11.0 +pkgrel=1 pkgdesc="Efficient hashing-based container types" -url="https://github.com/tibbe/unordered-containers" +url="https://github.com/haskell-unordered-containers/unordered-containers" license=("BSD") arch=('x86_64') depends=('ghc-libs' 'haskell-hashable') makedepends=('ghc' 'haskell-chasingbottoms' 'haskell-hunit' 'haskell-quickcheck' - 'haskell-test-framework' 'haskell-test-framework-hunit' + '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=('450e5e839e0092b2476a0abfc3eb2f45fba634a9e782cddf25b3db3730d16dd2e65673f46678ab4ad23be71525ae5f72888b89b03402cb70e20fc33feb765766') +sha512sums=('16655667fac97684d1adcf098b3dd6de3e5752a4e180c3d84b73d450863d0694e83f0aa533a23d6c8e286f4e5a4a914a4e292264c98bba922fba3b97ff8c7a5b') -prepare() { - cd $_hkgname-$pkgver - sed -i 's/< *1.3/<2/' $_hkgname.cabal -} - build() { cd $_hkgname-$pkgver
