Date: Friday, December 17, 2021 @ 20:23:13 Author: felixonmars Revision: 1076486
upgpkg: haskell-tasty-quickcheck 0.10.2-1: rebuild with tasty-quickcheck 0.10.2 Modified: haskell-tasty-quickcheck/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-12-17 19:55:45 UTC (rev 1076485) +++ PKGBUILD 2021-12-17 20:23:13 UTC (rev 1076486) @@ -3,10 +3,10 @@ _hkgname=tasty-quickcheck pkgname=haskell-tasty-quickcheck -pkgver=0.10.1.2 -pkgrel=249 +pkgver=0.10.2 +pkgrel=1 pkgdesc="QuickCheck support for the Tasty test framework." -url="http://documentup.com/feuerbach/tasty" +url="https://github.com/UnkindPartition/tasty" license=("MIT") arch=('x86_64') depends=('ghc-libs' 'haskell-optparse-applicative' 'haskell-quickcheck' 'haskell-random' @@ -14,7 +14,7 @@ makedepends=('ghc') checkdepends=('haskell-tasty-hunit' 'haskell-pcre-light') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('61cdecdf932b32da7b9c0df8249797725fd62fc1380f5b95984543c2757f49103cf3555e5ebbc800fa6457e7ca509ae44f4e7bf54241f8bf6cba05b3cca24a78') +sha512sums=('78b223fc54428e71b1a8b3afba1128764e61703be4dea95541e0661d2fbe3006b77ef15200577e40bf3bf78a557f66f13a77288c8fe87dc19eb343c9fdff9d89') build() { cd $_hkgname-$pkgver
