Date: Wednesday, May 16, 2018 @ 17:51:21 Author: felixonmars Revision: 323048
upgpkg: haskell-quickcheck 2.11.3-1 Modified: haskell-quickcheck/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-16 17:43:28 UTC (rev 323047) +++ PKGBUILD 2018-05-16 17:51:21 UTC (rev 323048) @@ -5,8 +5,8 @@ _hkgname=QuickCheck pkgname=haskell-quickcheck -pkgver=2.10.1 -pkgrel=4 +pkgver=2.11.3 +pkgrel=1 pkgdesc='Automatic testing of Haskell programs' url='https://hackage.haskell.org/package/QuickCheck' license=('custom:BSD3') @@ -14,7 +14,7 @@ depends=('ghc-libs' 'haskell-random' 'haskell-tf-random') makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -sha512sums=('f7399ff66549e4909cca8ef70797f77af6ca6df53604bec4b08780569b9e6f7340a241f797b44fe1b9af4e5e78b5569072779db0f88b366b49acf1e37656d7c1') +sha512sums=('17b3c5803cbca980375a1837b4ba931f346be8a720fcc0e37ad2c46abc8ba2073c49635bc89739d34653376c3f7fe1bd39560092c005b8dbce0a7effac25d73d') build() { cd "$srcdir/$_hkgname-$pkgver"
