summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorProgrammerGrammar2018-11-08 22:32:27 -0600
committerProgrammerGrammar2018-11-08 22:32:27 -0600
commita2f12e05fb7cd0bfb1449bba758fda81608ad192 (patch)
tree903fb678a515df10869e1ae62a7ce1755625fdc2 /PKGBUILD
parent5edf2218f23399cd4247f7f1c2eadb27dee20d87 (diff)
downloadaur-a2f12e05fb7cd0bfb1449bba758fda81608ad192.tar.gz
Added a way to select folder compare method.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bfd81cd77147..e5c79a5e0049 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
_npmname=interactive-diff-patch
-_npmver=0.0.7
+_npmver=0.0.8
pkgname=interactive-diff-patch # All lowercase
-pkgver=0.0.7
+pkgver=0.0.8
pkgrel=1
-pkgdesc="Allows you to apply diff hunks one at a time and preview them on the command line. On Windows this requires git to be installed."
+pkgdesc="A terminal program that allows you to compare two folders of files and merge differences one at a time per each file and preview them interactivly."
arch=(any)
url="https://gitlab.com/bixfliz/interactive-diff-patch"
license=(MIT)