summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD9
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b86eaf6263e..db8ae581df9f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = interactive-diff-patch
- 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.
- pkgver = 0.0.8
+ pkgdesc = A terminal program that allows you to compare two folders or files and merge differences one section at a time per each file and preview them interactivly.
+ pkgver = 0.0.16
pkgrel = 1
url = https://gitlab.com/bixfliz/interactive-diff-patch
arch = any
license = MIT
depends = nodejs
depends = npm
- noextract = interactive-diff-patch-0.0.8.tgz
- source = https://registry.npmjs.org/interactive-diff-patch/-/interactive-diff-patch-0.0.8.tgz
- sha1sums =cca09b80b5e03c0dda27d4c62dede94dc0f662d5
+ noextract = interactive-diff-patch-0.0.16.tgz
+ source = https://registry.npmjs.org/interactive-diff-patch/-/interactive-diff-patch-0.0.16.tgz
+ sha1sums =965e71b86c48ab4a0b3392e69a29b985bf23b93f
pkgname = interactive-diff-patch
diff --git a/PKGBUILD b/PKGBUILD
index 270c1d3c834c..183cdf968e32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
_npmname=interactive-diff-patch
-_npmver=0.0.8
+_npmver=0.0.16
pkgname=interactive-diff-patch # All lowercase
-pkgver=0.0.8
+pkgver=0.0.16
pkgrel=1
-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."
+
+pkgdesc="A terminal program that allows you to compare two folders or files and merge differences one section at a time per each file and preview them interactivly."
arch=(any)
url="https://gitlab.com/bixfliz/interactive-diff-patch"
license=(MIT)
@@ -11,7 +12,7 @@ depends=('nodejs' 'npm')
optdepends=()
source=(https://registry.npmjs.org/$_npmname/-/$_npmname-$_npmver.tgz)
noextract=($_npmname-$_npmver.tgz)
-sha1sums=(cca09b80b5e03c0dda27d4c62dede94dc0f662d5)
+sha1sums=(965e71b86c48ab4a0b3392e69a29b985bf23b93f)
package() {
cd $srcdir