Date: Wednesday, March 10, 2021 @ 22:38:39 Author: felixonmars Revision: 887263
upgpkg: haskell-tasty 1.4.0.1-1: rebuild with tasty 1.4.0.1 Modified: haskell-tasty/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-10 22:37:40 UTC (rev 887262) +++ PKGBUILD 2021-03-10 22:38:39 UTC (rev 887263) @@ -3,18 +3,17 @@ _hkgname=tasty pkgname=haskell-tasty -pkgver=1.4 -pkgrel=12 +pkgver=1.4.0.1 +pkgrel=1 pkgdesc="Modern and extensible testing framework" url="http://documentup.com/feuerbach/tasty" license=("MIT") arch=('x86_64') -depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-async' 'haskell-clock' - 'haskell-optparse-applicative' 'haskell-tagged' 'haskell-unbounded-delays' - 'haskell-wcwidth') +depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-clock' 'haskell-optparse-applicative' + 'haskell-tagged' 'haskell-unbounded-delays' 'haskell-wcwidth') makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('46b3d55939cca2971ad2bb176cbfe5ca699d6095a1d37d4e425e012d62f33a0327cbe93680ed0f2add1690c2d34cc7db3e75dfb6245aea60200b894de7ca5860') +sha512sums=('0ab207cb628addc62e96eee435e51ab23fca02d5ebcc0311c5f4dc7e3c160fdb745e655b1d5e4e8eee96a8d481e2b671b3fe5532e5e520bc29568d144b71eff6') build() { cd $_hkgname-$pkgver
