Date: Sunday, October 9, 2022 @ 17:05:31 Author: felixonmars Revision: 1324618
upgpkg: haskell-tasty-discover 5.0.0-1: rebuild with tasty-discover 5.0.0 Modified: haskell-tasty-discover/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-09 17:04:35 UTC (rev 1324617) +++ PKGBUILD 2022-10-09 17:05:31 UTC (rev 1324618) @@ -2,8 +2,8 @@ _hkgname=tasty-discover pkgname=haskell-tasty-discover -pkgver=4.2.4 -pkgrel=24 +pkgver=5.0.0 +pkgrel=1 pkgdesc="Test discovery for the tasty framework" url="https://github.com/haskell-works/tasty-discover" license=('MIT') @@ -13,7 +13,7 @@ 'haskell-tasty-golden' 'haskell-tasty-hedgehog' 'haskell-tasty-hspec' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck' 'haskell-tasty-smallcheck') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('58f924002b06e04b825941e6516285aaa1d09836b2457e85c7dd8acb6a375bb7da481bf1eb7e2c989a31d0ae7d8743c746f67819d91a0e482c84644ea3360afd') +sha512sums=('5178f5706eaf9c12ec266443f964a0fe16eb90ca0d6419382d68a0632dc348a1ba7c797860217d96f8f4f69a39e4aa1eb983960b9dd8ed493b4d456383891a3c') prepare() { cd $_hkgname-$pkgver
