Date: Thursday, August 25, 2022 @ 13:33:12
  Author: alerque
Revision: 1278563

upgpkg: difftastic 0.33.0-1

Modified:
  difftastic/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-08-25 13:29:24 UTC (rev 1278562)
+++ PKGBUILD    2022-08-25 13:33:12 UTC (rev 1278563)
@@ -1,10 +1,11 @@
 # Maintainer: George Rawlinson <[email protected]>
 # Maintainer: Caleb Maclennan <[email protected]>
+# Contributor: Daniel M. Capella <[email protected]>
 # Contributor: Wesley Moore <[email protected]>
 
 pkgname=difftastic
-pkgver=0.32.0
-_commit=f028389393d74ae5b23bc5482a1a1de9abbd8576
+pkgver=0.33.0
+_commit=026b2674d09dbc5cd279e769902387c95b6a126d
 pkgrel=1
 pkgdesc='An experimental diff tool that compares files based on their syntax'
 arch=('x86_64')
@@ -24,6 +25,9 @@
 prepare() {
   cd "$pkgname"
 
+  # https://github.com/Wilfred/difftastic/issues/339
+  git revert -n 003cbb21e0a425ca9fd15ea219d6a224e017562b
+
   # download dependencies
   cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
 }

Reply via email to