Date: Thursday, July 7, 2022 @ 13:22:14 Author: felixonmars Revision: 1248088
upgpkg: haskell-tasty-sugar 1.2.0.0-1: rebuild with tasty-sugar 1.2.0.0 Modified: haskell-tasty-sugar/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-07-07 13:20:26 UTC (rev 1248087) +++ PKGBUILD 2022-07-07 13:22:14 UTC (rev 1248088) @@ -2,18 +2,18 @@ _hkgname=tasty-sugar pkgname=haskell-tasty-sugar -pkgver=1.1.1.0 -pkgrel=109 +pkgver=1.2.0.0 +pkgrel=1 pkgdesc="Tests defined by Search Using Golden Answer References" url="https://github.com/kquick/tasty-sugar" license=("custom:ISC") arch=('x86_64') depends=('ghc-libs' 'haskell-filemanip' 'haskell-kvitable' 'haskell-logict' 'haskell-microlens' - 'haskell-optparse-applicative' 'haskell-prettyprinter' 'haskell-tagged' 'haskell-tasty') + 'haskell-optparse-applicative' 'haskell-prettyprinter' 'haskell-tasty') makedepends=('ghc' 'haskell-hedgehog' 'haskell-pretty-show' 'haskell-raw-strings-qq' 'haskell-tasty-hedgehog' 'haskell-tasty-hunit') source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -sha256sums=('1b3bc09df225dbd4aaadb21656a0fa6ad1dbbf88c07dd9d0518767310fd106f4') +sha256sums=('eb01a60ba537294bbae165b58b61be13810a42bb3eb4734a4e057758ad528043') build() { cd $_hkgname-$pkgver
