Date: Thursday, March 17, 2022 @ 17:53:35 Author: felixonmars Revision: 1156749
upgpkg: haskell-tasty-lua 1.0.0-1: rebuild with hslua 2.0.0, hslua-module-path 1.0.0, hslua-module-system 1.0.0, hslua-module-text 1.0.0, hslua-module-version 1.0.0, pandoc 2.15, skylighting 0.12, skylighting-core 0.12, tasty-lua 1.0.0 Modified: haskell-tasty-lua/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-17 17:53:12 UTC (rev 1156748) +++ PKGBUILD 2022-03-17 17:53:35 UTC (rev 1156749) @@ -2,16 +2,17 @@ _hkgname=tasty-lua pkgname=haskell-tasty-lua -pkgver=0.2.3.2 -pkgrel=124 +pkgver=1.0.0 +pkgrel=1 pkgdesc="Write tests in Lua, integrate into tasty." url="https://github.com/hslua/tasty-lua" license=('MIT') arch=('x86_64') -depends=('ghc-libs' 'haskell-file-embed' 'haskell-hslua' 'haskell-tasty') +depends=('ghc-libs' 'haskell-file-embed' 'haskell-hslua-core' 'haskell-hslua-marshalling' + 'haskell-tasty') makedepends=('ghc' 'haskell-tasty-hunit') source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) -sha512sums=('14c13448f0755001f10175205f6e2eb7a70d2f428c05c2c734e95b8a136cd2b1b1363fd55297038f0db224b993e0db9d3c1203ed9d8c825dca5aeadfdce3a45e') +sha512sums=('ea68350c051257f46b0c160b5576620279ec6d9aa7195fb0f44983289d31231878108555c77e403e1fbbb013ccd951801a41455ad3bc583eeb9126535c529893') build() { cd $_hkgname-$pkgver
