summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorProgrammerGrammar2018-11-04 15:02:24 -0600
committerProgrammerGrammar2018-11-04 15:02:24 -0600
commitafafd72400e1064716a1db2f812c0f697dec3565 (patch)
treeee0193fc5e63fdab0f20bbfe79e2711daa70d9e5
parent4b9e4fb0ec34901b144cea8cedaaec128f4778ab (diff)
downloadaur-afafd72400e1064716a1db2f812c0f697dec3565.tar.gz
fixing install
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 223304b9e257..431919a46ea2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,4 +1,4 @@
-pkgbase = nodejs-interactive-diff-patch
+pkgbase = interactive-diff-patch
pkgdesc = Allows you to apply diff hunks one at a time and preview them on the command line. Requires diff and patch which are included with git.
pkgver = 0.0.4
pkgrel = 1
@@ -11,5 +11,5 @@ pkgbase = nodejs-interactive-diff-patch
source = https://registry.npmjs.org/interactive-diff-patch/-/interactive-diff-patch-0.0.4.tgz
sha1sums = c8f42adaa79cbba789b129559d76115b75daf17a
-pkgname = nodejs-interactive-diff-patch
+pkgname = interactive-diff-patch
diff --git a/PKGBUILD b/PKGBUILD
index 646e18e6ed84..635e5305eb7b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
_npmname=interactive-diff-patch
_npmver=0.0.4
-pkgname=nodejs-interactive-diff-patch # All lowercase
+pkgname=interactive-diff-patch # All lowercase
pkgver=0.0.4
pkgrel=1
pkgdesc="Allows you to apply diff hunks one at a time and preview them on the command line. Requires diff and patch which are included with git."