summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGitHub Action2023-04-24 02:29:09 +0000
committerGitHub Action2023-04-24 02:29:09 +0000
commitbf2c5f7a4ffd5108829db77d7d0609908a86afe8 (patch)
treea69623d4f1137ca56656890885b8e862ff76aa1a
parent38532615821e1c072f516e0f9abe50ab03649db6 (diff)
downloadaur-bf2c5f7a4ffd5108829db77d7d0609908a86afe8.tar.gz
Update from GitHub Actions: nodejs-git-split-diffs: update to 0.15.0-1
https://github.com/ouuan/AUR-packages/actions/runs/4781860582
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b3b7b59761d3..366e078cd762 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nodejs-git-split-diffs
pkgdesc = GitHub style split diffs with syntax highlighting in your terminal.
- pkgver = 0.14.0
+ pkgver = 0.15.0
pkgrel = 1
url = https://github.com/banga/git-split-diffs
arch = any
@@ -8,8 +8,8 @@ pkgbase = nodejs-git-split-diffs
makedepends = npm
depends = nodejs
provides = git-split-diffs
- noextract = nodejs-git-split-diffs-0.14.0.tgz
- source = https://registry.npmjs.org/git-split-diffs/-/git-split-diffs-0.14.0.tgz
- sha256sums = 1d22cae51a2ca02d02dab141a7ebef84a99db46396430370625591f17815d6e9
+ noextract = nodejs-git-split-diffs-0.15.0.tgz
+ source = https://registry.npmjs.org/git-split-diffs/-/git-split-diffs-0.15.0.tgz
+ sha256sums = 25ea11f03d65541ee5c3f315bdd9ce7c6076aead0c695e7d98ff1be19ae45288
pkgname = nodejs-git-split-diffs
diff --git a/PKGBUILD b/PKGBUILD
index 0cdad5f26cdb..e22a7e26ec24 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_npmname=git-split-diffs
pkgname=nodejs-git-split-diffs
-pkgver=0.14.0
+pkgver=0.15.0
pkgrel=1
pkgdesc='GitHub style split diffs with syntax highlighting in your terminal.'
arch=('any')
@@ -12,7 +12,7 @@ depends=('nodejs')
makedepends=('npm')
provides=('git-split-diffs')
source=("https://registry.npmjs.org/$_npmname/-/$_npmname-$pkgver.tgz")
-sha256sums=('1d22cae51a2ca02d02dab141a7ebef84a99db46396430370625591f17815d6e9')
+sha256sums=('25ea11f03d65541ee5c3f315bdd9ce7c6076aead0c695e7d98ff1be19ae45288')
noextract=("${pkgname}-${pkgver}.tgz")
package() {