summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorProgrammerGrammar2018-11-05 21:02:03 -0600
committerProgrammerGrammar2018-11-05 21:02:03 -0600
commit3b732d1d472b2a16b910cfb3a8f077016739eb4e (patch)
tree855653a33319f8bdc6a1caac028339fd8540710f
parentbb306a2a5f965065f9c7fc7d7f7be79b9d01b4e7 (diff)
downloadaur-3b732d1d472b2a16b910cfb3a8f077016739eb4e.tar.gz
0.0.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c5ae83d69d6f..f102eb5a8977 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = interactive-diff-patch
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.
- pkgver = 0.0.6
+ pkgver = 0.0.7
pkgrel = 1
url = https://gitlab.com/bixfliz/interactive-diff-patch
arch = any
license = MIT
depends = nodejs
depends = npm
- noextract = interactive-diff-patch-0.0.6.tgz
- source = https://registry.npmjs.org/interactive-diff-patch/-/interactive-diff-patch-0.0.6.tgz
+ noextract = interactive-diff-patch-0.0.7.tgz
+ source = https://registry.npmjs.org/interactive-diff-patch/-/interactive-diff-patch-0.0.7.tgz
sha1sums = fb4919337e33ce2b73e07567bee42b749385d65f
pkgname = interactive-diff-patch
diff --git a/PKGBUILD b/PKGBUILD
index 3a2b195d2afb..8115035b7247 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
_npmname=interactive-diff-patch
-_npmver=0.0.6
+_npmver=0.0.7
pkgname=interactive-diff-patch # All lowercase
-pkgver=0.0.6
+pkgver=0.0.7
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."
arch=(any)