add nodejs dep, change license name

This commit is contained in:
Christopher Cooper
2025-04-21 18:55:23 -07:00
parent 580c58a632
commit d94afc1836
2 changed files with 6 additions and 5 deletions

View File

@@ -1,11 +1,12 @@
pkgbase = claude-code pkgbase = claude-code
pkgdesc = An agentic coding tool that lives in your terminal pkgdesc = An agentic coding tool that lives in your terminal
pkgver = 0.2.76 pkgver = 0.2.76
pkgrel = 1 pkgrel = 2
url = https://github.com/anthropics/claude-code url = https://github.com/anthropics/claude-code
arch = any arch = any
license = custom license = LicenseRef-claude-code
makedepends = npm makedepends = npm
depends = nodejs
optdepends = git: allow Claude to use git optdepends = git: allow Claude to use git
optdepends = github-cli: interact with GitHub optdepends = github-cli: interact with GitHub
optdepends = glab: interact with GitLab optdepends = glab: interact with GitLab

View File

@@ -2,12 +2,12 @@
pkgname=claude-code pkgname=claude-code
_full_pkgname="@anthropic-ai/${pkgname}" _full_pkgname="@anthropic-ai/${pkgname}"
pkgver=0.2.76 pkgver=0.2.76
pkgrel=1 pkgrel=2
pkgdesc="An agentic coding tool that lives in your terminal" pkgdesc="An agentic coding tool that lives in your terminal"
arch=('any') arch=('any')
url="https://github.com/anthropics/claude-code" url="https://github.com/anthropics/claude-code"
license=('custom') license=('LicenseRef-claude-code')
depends=() depends=('nodejs')
makedepends=('npm') makedepends=('npm')
optdepends=( optdepends=(
'git: allow Claude to use git' 'git: allow Claude to use git'