summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
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