summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorProgrammerGrammar2018-11-04 23:07:47 -0600
committerProgrammerGrammar2018-11-04 23:07:47 -0600
commitbb306a2a5f965065f9c7fc7d7f7be79b9d01b4e7 (patch)
treedd4c4f8336f755bf31ba2ec5b78ab258e3b79e5a
parent736ad2714b079f717a31dca0db5d242061ed564d (diff)
downloadaur-bb306a2a5f965065f9c7fc7d7f7be79b9d01b4e7.tar.gz
fixed width
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cdd7785389c5..c5ae83d69d6f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
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 diff and patch which are included with git.
- pkgver = 0.0.5
+ 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
pkgrel = 1
url = https://gitlab.com/bixfliz/interactive-diff-patch
arch = any
license = MIT
depends = nodejs
depends = npm
- noextract = interactive-diff-patch-0.0.5.tgz
- source = https://registry.npmjs.org/interactive-diff-patch/-/interactive-diff-patch-0.0.5.tgz
- sha1sums = 195e961e295e7223226218449b0b7d3da5dcee90
+ noextract = interactive-diff-patch-0.0.6.tgz
+ source = https://registry.npmjs.org/interactive-diff-patch/-/interactive-diff-patch-0.0.6.tgz
+ sha1sums = fb4919337e33ce2b73e07567bee42b749385d65f
pkgname = interactive-diff-patch
diff --git a/PKGBUILD b/PKGBUILD
index bff7978f8450..3a2b195d2afb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
_npmname=interactive-diff-patch
-_npmver=0.0.5
+_npmver=0.0.6
pkgname=interactive-diff-patch # All lowercase
-pkgver=0.0.5
+pkgver=0.0.6
pkgrel=1
-pkgdesc="Allows you to apply diff hunks one at a time and preview them on the command line. On Windows this requires diff and patch which are included with git."
+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)
url="https://gitlab.com/bixfliz/interactive-diff-patch"
license=(MIT)
@@ -11,7 +11,7 @@ depends=('nodejs' 'npm')
optdepends=()
source=(https://registry.npmjs.org/$_npmname/-/$_npmname-$_npmver.tgz)
noextract=($_npmname-$_npmver.tgz)
-sha1sums=(195e961e295e7223226218449b0b7d3da5dcee90)
+sha1sums=(fb4919337e33ce2b73e07567bee42b749385d65f)
package() {
cd $srcdir