summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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)