Date: Tuesday, May 19, 2020 @ 17:29:52 Author: felixonmars Revision: 629941
upgpkg: haskell-tasty-golden 2.3.3.3-1: rebuild with tasty-golden 2.3.3.3 Modified: haskell-tasty-golden/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-19 17:26:08 UTC (rev 629940) +++ PKGBUILD 2020-05-19 17:29:52 UTC (rev 629941) @@ -3,17 +3,17 @@ _hkgname=tasty-golden pkgname=haskell-tasty-golden -pkgver=2.3.3.2 -pkgrel=2 +pkgver=2.3.3.3 +pkgrel=1 pkgdesc="Golden tests support for tasty" url="https://github.com/feuerbach/tasty-golden" license=("MIT") arch=('x86_64') depends=('ghc-libs' "haskell-tasty" "haskell-optparse-applicative" "haskell-temporary" - "haskell-tagged" "haskell-async") + "haskell-tagged" "haskell-async" 'haskell-unix-compat') makedepends=('ghc' 'haskell-tasty-hunit') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('41444eb48b7fe22969cab12d92c30072b917c3309ef9c3c3b086ff28caa377ea98800d5d0fb6d01b7f8adf4d3dbacd86a85c4eff81ad35205ce3da201b75cb79') +sha512sums=('166bced34d5bd57065503e2106cba8d6115802e8b1b0edfa653361c1585c649de4d43f5059008d9c27d62da062d326d8a249c10a859101433f5b1a1a99a1280d') build() { cd $_hkgname-$pkgver
