Date: Monday, April 11, 2022 @ 07:31:47 Author: grawlinson Revision: 1185818
upgpkg: difftastic 0.26.3-1 New upstream release. Modified: difftastic/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-04-11 05:46:34 UTC (rev 1185817) +++ PKGBUILD 2022-04-11 07:31:47 UTC (rev 1185818) @@ -2,7 +2,7 @@ # Contributor: Wesley Moore <[email protected]> pkgname=difftastic -pkgver=0.26.0 +pkgver=0.26.3 pkgrel=1 pkgdesc="An experimental diff tool that compares files based on their syntax" arch=('x86_64') @@ -11,7 +11,7 @@ depends=('gcc-libs') makedepends=('git' 'rust' 'mdbook') options=('!lto') -_commit='d7b67f267a2282d5472a85a77de69dfacd2f7efa' +_commit='2a28bf6d542732efe339d91f1e1a95f4f7fd4ea0' source=("$pkgname::git+https://github.com/Wilfred/difftastic.git#commit=$_commit") b2sums=('SKIP')
