Date: Monday, August 29, 2022 @ 02:28:13 Author: grawlinson Revision: 1285159
upgpkg: difftastic 0.34.0-1; new upstream release * New upstream release. * Remove fix for FTBFS for 0.33.0. * Add makedepends: jq. Modified: difftastic/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-08-29 02:24:00 UTC (rev 1285158) +++ PKGBUILD 2022-08-29 02:28:13 UTC (rev 1285159) @@ -4,8 +4,8 @@ # Contributor: Wesley Moore <w...@wezm.net> pkgname=difftastic -pkgver=0.33.0 -_commit=026b2674d09dbc5cd279e769902387c95b6a126d +pkgver=0.34.0 +_commit=3f0fdbff9f770616204040b1266645d6250a556a pkgrel=1 pkgdesc='An experimental diff tool that compares files based on their syntax' arch=('x86_64') @@ -12,7 +12,7 @@ url='https://difftastic.wilfred.me.uk' license=('MIT') depends=('gcc-libs') -makedepends=('git' 'rust' 'mdbook') +makedepends=('git' 'rust' 'mdbook' 'jq') source=("$pkgname::git+https://github.com/Wilfred/difftastic.git#commit=$_commit") b2sums=('SKIP') @@ -25,9 +25,6 @@ prepare() { cd "$pkgname" - # https://github.com/Wilfred/difftastic/issues/339 - git revert -n 003cbb21e0a425ca9fd15ea219d6a224e017562b - # download dependencies cargo fetch --locked --target "$CARCH-unknown-linux-gnu" }