Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/nvchecker/old_ver.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"url": "https://github.com/storaged-project/blivet-gui/releases/tag/2.6.0"
},
"aur/ccstatusline": {
"version": "2.2.21",
"url": "https://www.npmjs.com/package/ccstatusline/v/2.2.21"
"version": "2.2.22",
"url": "https://www.npmjs.com/package/ccstatusline/v/2.2.22"
},
"aur/claude-code-ui": {
"version": "2.0.0",
Expand Down
8 changes: 4 additions & 4 deletions aur/ccstatusline/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
pkgbase = ccstatusline
pkgdesc = Highly customizable status line formatter for Claude Code CLI with Powerline support
pkgver = 2.2.21
pkgver = 2.2.22
pkgrel = 1
url = https://github.com/sirmalloc/ccstatusline
arch = any
license = MIT
makedepends = npm
makedepends = jq
depends = nodejs
noextract = ccstatusline-2.2.21.tgz
source = https://registry.npmjs.org/ccstatusline/-/ccstatusline-2.2.21.tgz
sha256sums = 9691033d205c387bccad3a487b0089c97c8c04f825885c51d565d5bec44b69d3
noextract = ccstatusline-2.2.22.tgz
source = https://registry.npmjs.org/ccstatusline/-/ccstatusline-2.2.22.tgz
sha256sums = 14a0c17a87088e23f8c57c4dc9c4c024596beecf88f339be80dbfd21c85cb100

pkgname = ccstatusline
4 changes: 2 additions & 2 deletions aur/ccstatusline/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: Jasmin <theblazehen@gmail.com>
pkgname=ccstatusline
pkgver=2.2.21
pkgver=2.2.22
pkgrel=1
pkgdesc="Highly customizable status line formatter for Claude Code CLI with Powerline support"
arch=('any')
Expand All @@ -11,7 +11,7 @@ depends=('nodejs')
makedepends=('npm' 'jq')
source=("https://registry.npmjs.org/${pkgname}/-/${pkgname}-${pkgver}.tgz")
noextract=("${pkgname}-${pkgver}.tgz")
sha256sums=('9691033d205c387bccad3a487b0089c97c8c04f825885c51d565d5bec44b69d3')
sha256sums=('14a0c17a87088e23f8c57c4dc9c4c024596beecf88f339be80dbfd21c85cb100')

package() {
npm install -g --cache "${srcdir}/npm-cache" --prefix "${pkgdir}/usr" \
Expand Down