blob: 06fb61629e7b04f5391ba7975980c1e15eb8f1be (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Package: claude-code-ui
## Upstream
- Repository: https://github.com/siteboon/claudecodeui
- NPM: https://www.npmjs.com/package/@siteboon/claude-code-ui
- Type: Node.js npm package
- License: GPL-3.0
- Version tracking: npm registry
## Update Detection
```bash
npm view @siteboon/claude-code-ui version
```
## Update Instructions
1. Check npm for new version
2. Update `pkgver` in PKGBUILD
3. Run `updpkgsums`
4. Test with `makepkg -sf && makepkg -si`
5. Regenerate `.SRCINFO`
6. Commit: "claude-code-ui: update to <version>"
|