Date: Tuesday, December 27, 2022 @ 18:31:35 Author: felixonmars Revision: 1368850
upgpkg: haskell-tasty-checklist 1.0.4.1-1: rebuild with tasty-checklist 1.0.4.1 Modified: haskell-tasty-checklist/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-12-27 18:28:14 UTC (rev 1368849) +++ PKGBUILD 2022-12-27 18:31:35 UTC (rev 1368850) @@ -2,8 +2,8 @@ _hkgname=tasty-checklist pkgname=haskell-tasty-checklist -pkgver=1.0.4.0 -pkgrel=33 +pkgver=1.0.4.1 +pkgrel=1 pkgdesc="Check multiple items during a tasty test" url="https://github.com/kquick/tasty-checklist" license=("custom:ISC") @@ -12,12 +12,11 @@ makedepends=('ghc' 'uusi' 'haskell-doctest' 'haskell-hunit' 'haskell-tasty' 'haskell-tasty-expected-failure' 'haskell-tasty-hunit') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -sha512sums=('cd17821949806c426ed75c0a62be7499bb0caec68c7d7654e07c6c0c197fcabf9c746c355341d7a1b066074fab80f50665f2640170eb147e94ea45d6c57e9606') +sha512sums=('c95db78f040b48fc011448b9bc87aa99b86443137861c79665422eb1a02c0bc2aea0746ebab480d7a07fa5b0142125992ef307030ec1fcad3fa3430aff792297') prepare() { cd $_hkgname-$pkgver gen-setup - uusi -u doctest $_hkgname.cabal } build() {
