Date: Saturday, February 4, 2023 @ 22:15:14
Author: grawlinson
Revision: 1392450
upgpkg: difftastic 0.43.0-1; new upstream release
* New upstream release.
* New {check,opt}epends: shared-mime-info.
Modified:
difftastic/trunk/PKGBUILD
----------+
PKGBUILD | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-02-04 21:57:15 UTC (rev 1392449)
+++ PKGBUILD 2023-02-04 22:15:14 UTC (rev 1392450)
@@ -4,8 +4,8 @@
# Contributor: Wesley Moore <[email protected]>
pkgname=difftastic
-pkgver=0.42.0
-_commit=daa7156a2ca972638a61b479dc6fbe433e1ca98b
+pkgver=0.43.0
+_commit=ed0f50fa689a5f7099eb959074b3a06225d8a2a9
pkgrel=1
pkgdesc='An experimental diff tool that compares files based on their syntax'
arch=('x86_64')
@@ -13,6 +13,8 @@
license=('MIT')
depends=('gcc-libs')
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')