Date: Saturday, February 4, 2023 @ 22:31:04 Author: grawlinson Revision: 1392459
upgpkg: difftastic 0.43.1-1; new upstream release * New upstream release. * Explicitly run ignored tests after non-ignored tests. Modified: difftastic/trunk/PKGBUILD ----------+ PKGBUILD | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-02-04 22:28:28 UTC (rev 1392458) +++ PKGBUILD 2023-02-04 22:31:04 UTC (rev 1392459) @@ -4,17 +4,15 @@ # Contributor: Wesley Moore <[email protected]> pkgname=difftastic -pkgver=0.43.0 -_commit=ed0f50fa689a5f7099eb959074b3a06225d8a2a9 +pkgver=0.43.1 +_commit=829ab7b50cf227e896228f9984d61ccdbc60e47a pkgrel=1 pkgdesc='An experimental diff tool that compares files based on their syntax' arch=('x86_64') url='https://difftastic.wilfred.me.uk' license=('MIT') -depends=('gcc-libs') +depends=('gcc-libs' 'shared-mime-info') makedepends=('git' 'rust' 'mdbook' 'jq') -checkdepends=('shared-mime-info') -optdepends=('shared-mime-info: binary file detection') source=("$pkgname::git+https://github.com/Wilfred/difftastic.git#commit=$_commit") b2sums=('SKIP') @@ -47,6 +45,10 @@ cd "$pkgname" cargo test --frozen --all-features + + # run all ignored tests + # https://github.com/Wilfred/difftastic/commit/34f21c6d9f256f16cc5f77294bcca9e61cee3fd6 + cargo test --frozen --all-features -- --ignored } package() {
