Date: Tuesday, December 19, 2017 @ 04:42:17 Author: felixonmars Revision: 274847
upgpkg: haskell-smallcheck 1.1.3-1 rebuild with smallcheck,1.1.3 Modified: haskell-smallcheck/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-12-19 04:28:13 UTC (rev 274846) +++ PKGBUILD 2017-12-19 04:42:17 UTC (rev 274847) @@ -3,8 +3,8 @@ _hkgname=smallcheck pkgname=haskell-smallcheck -pkgver=1.1.2 -pkgrel=4 +pkgver=1.1.3 +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=('46e6aa53ca7db7210c5f41b3aa6cc24c778ce82437caed1e79151157cd0dd687edc59fda491c77464f11d1255fa2fc71c346816ba66f7e67427d1f1aab9fc545') +sha512sums=('2783bfe5393d7b57dbab6f1f6c62dcd46356076d9e064359492980a0e423fbcf434c081a29eb1ea9ac0ce6e929e7a8c0aac44e8aca9e217a656f91bb42f2aabd') build() { cd "${srcdir}/${_hkgname}-${pkgver}"
