Date: Saturday, May 12, 2018 @ 17:26:00 Author: felixonmars Revision: 321109
upgpkg: haskell-smallcheck 1.1.4-1 rebuild with smallcheck,1.1.4 Modified: haskell-smallcheck/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-12 17:01:00 UTC (rev 321108) +++ PKGBUILD 2018-05-12 17:26:00 UTC (rev 321109) @@ -3,8 +3,8 @@ _hkgname=smallcheck pkgname=haskell-smallcheck -pkgver=1.1.3.1 -pkgrel=2 +pkgver=1.1.4 +pkgrel=1 pkgdesc="A property-based testing library" url="https://github.com/feuerbach/smallcheck" license=('custom:BSD3') @@ -12,7 +12,7 @@ depends=('ghc-libs' 'haskell-logict' 'haskell-mtl') makedepends=('ghc') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('a7783dd6b7aaed58ba0e3017aecae8cc41d98b1f373c3f2c8a21300006766db9fa981c71bc300047f651d32459ba7f7ef59e1bed518c54b7c627ecc7f59a8cfa') +sha512sums=('3cfc5160d1ae385f267d927bbd8efb2a40a5903b0fe278abb21c63ff66377c4919d95801c6e958d644d88eac98c11002cc4356f0f1b561d829e91f87a28120e1') build() { cd "${srcdir}/${_hkgname}-${pkgver}"
