mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 20:52:55 +01:00
fix: Update default NPM package to Claude Code ACP
The default value for the NPM package to update was changed from `@github/copilot` to `@zed-industries/claude-code-acp`. This aligns the script with the current package being maintained or targeted by the update process.
This commit is contained in:
parent
e3a009a4bb
commit
e5dc93263c
1 changed files with 1 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
# Author: Chmouel Boudjnah <chmouel@chmouel.com>
|
||||
set -eufo pipefail
|
||||
NPM_PACKAGE="${NPM_PACKAGE:-@github/copilot}"
|
||||
NPM_PACKAGE="${NPM_PACKAGE:-@zed-industries/claude-code-acp}"
|
||||
|
||||
latest=$(curl -s "https://registry.npmjs.org/${NPM_PACKAGE}/latest" | jq -r '.version')
|
||||
pkgversion=$(grep '^pkgver=' PKGBUILD)
|
||||
|
|
@ -21,4 +21,3 @@ makepkg -srif
|
|||
git commit -m "Bump to ${latest}" PKGBUILD .SRCINFO
|
||||
git clean -f .
|
||||
rm -f *tgz *zst
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue