summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGitHub Action2023-10-12 10:35:49 +0000
committerGitHub Action2023-10-12 10:35:49 +0000
commit6bca207a5c1489a8942040d257a15186a0e2a65a (patch)
tree6edcbfa9dd7a0e0b873e2933ffc3fa0d0ed14349
parent0c27a061f9526d2559f19b4ed9d7f22124fa0429 (diff)
downloadaur-6bca207a5c1489a8942040d257a15186a0e2a65a.tar.gz
Update from GitHub Actions: nodejs-git-split-diffs: update to 0.17.0-1
https://github.com/ouuan/AUR-packages/actions/runs/6494516901
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3b43292ba9a..c740b2d9550f 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.16.0
+ pkgver = 0.17.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.16.0.tgz
- source = https://registry.npmjs.org/git-split-diffs/-/git-split-diffs-0.16.0.tgz
- sha256sums = 2b2e7554c6a949e561d913cfaa47011bf9efd254dac854e640edd927e7aa716d
+ noextract = nodejs-git-split-diffs-0.17.0.tgz
+ source = https://registry.npmjs.org/git-split-diffs/-/git-split-diffs-0.17.0.tgz
+ sha256sums = a21964875b78175cbd3257070951569a780e19371e18f6ce5da0651b7350a793
pkgname = nodejs-git-split-diffs
diff --git a/PKGBUILD b/PKGBUILD
index ac9855a540e2..45880dfee6e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_npmname=git-split-diffs
pkgname=nodejs-git-split-diffs
-pkgver=0.16.0
+pkgver=0.17.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=('2b2e7554c6a949e561d913cfaa47011bf9efd254dac854e640edd927e7aa716d')
+sha256sums=('a21964875b78175cbd3257070951569a780e19371e18f6ce5da0651b7350a793')
noextract=("${pkgname}-${pkgver}.tgz")
package() {