Date: Monday, June 22, 2020 @ 11:25:44 Author: felixonmars Revision: 650381
upgpkg: haskell-smallcheck 1.2.0-1: rebuild with smallcheck 1.2.0 Modified: haskell-smallcheck/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-06-22 11:22:03 UTC (rev 650380) +++ PKGBUILD 2020-06-22 11:25:44 UTC (rev 650381) @@ -2,7 +2,7 @@ _hkgname=smallcheck pkgname=haskell-smallcheck -pkgver=1.1.7 +pkgver=1.2.0 pkgrel=1 pkgdesc="A property-based testing library" url="https://github.com/feuerbach/smallcheck" @@ -11,7 +11,7 @@ depends=('ghc-libs' 'haskell-logict') makedepends=('ghc') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('d158b60331694044f1317e69082601e5cd409a268107ed11d0944acca6802611a22ed5564e63807143250d309fa38d7d42100e5bccfc9801ee853f1e3424afe5') +sha512sums=('97c021f3efd6541de99854cb2e8511d4af17225cbcbe17ddfb2efd011d75bd10114b7c8312532bd1c5516e2980b7ad03feb571ec26b91f7258f43460c7bc39a8') build() { cd $_hkgname-$pkgver
