Date: Wednesday, September 14, 2022 @ 10:12:47 Author: felixonmars Revision: 1301242
upgpkg: haskell-tasty-sugar 1.3.0.1-1: rebuild with tasty-sugar 1.3.0.1 Modified: haskell-tasty-sugar/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-09-14 10:02:49 UTC (rev 1301241) +++ PKGBUILD 2022-09-14 10:12:47 UTC (rev 1301242) @@ -2,8 +2,8 @@ _hkgname=tasty-sugar pkgname=haskell-tasty-sugar -pkgver=1.3.0.0 -pkgrel=6 +pkgver=1.3.0.1 +pkgrel=1 pkgdesc="Tests defined by Search Using Golden Answer References" url="https://github.com/kquick/tasty-sugar" license=("custom:ISC") @@ -12,10 +12,10 @@ 'haskell-optparse-applicative' 'haskell-prettyprinter' 'haskell-tasty') makedepends=('ghc' 'haskell-hedgehog' 'haskell-pretty-show' 'haskell-raw-strings-qq' 'haskell-tasty-hedgehog' 'haskell-tasty-hunit') -_commit=54d2ded32be0762ce563b05deb0d60f391473559 +_commit=98f2d2bff5dc2e1a93671e4d271bf1db9c81db1f #source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -source=("$pkgname-$pkgver.tar.gz::https://github.com/kquick/tasty-sugar/archive/$_commit.tar.gz") -sha256sums=('2fc122121e8d43894fd656a4bcb505b74b61c3c61cb160ea7bc0f1d18a5dbc67') +source=("$pkgname-$_commit.tar.gz::https://github.com/kquick/tasty-sugar/archive/$_commit.tar.gz") +sha256sums=('583198bee54f0850596280e10e2315a034304ea4a1dabcdcb8c69166ee35a703') build() { cd $_hkgname-$_commit
