update deps
This commit is contained in:
5
.SRCINFO
5
.SRCINFO
@@ -1,13 +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.9
|
pkgver = 0.2.9
|
||||||
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 = custom
|
||||||
makedepends = npm
|
makedepends = npm
|
||||||
depends = git
|
optdepends = git: allow Claude to use git
|
||||||
depends = ripgrep
|
|
||||||
optdepends = github-cli: interact with GitHub
|
optdepends = github-cli: interact with GitHub
|
||||||
optdepends = glab: interact with GitLab
|
optdepends = glab: interact with GitLab
|
||||||
optdepends = ripgrep: enhanced file search
|
optdepends = ripgrep: enhanced file search
|
||||||
|
|||||||
5
PKGBUILD
5
PKGBUILD
@@ -2,14 +2,15 @@
|
|||||||
pkgname=claude-code
|
pkgname=claude-code
|
||||||
_full_pkgname="@anthropic-ai/${pkgname}"
|
_full_pkgname="@anthropic-ai/${pkgname}"
|
||||||
pkgver=0.2.9
|
pkgver=0.2.9
|
||||||
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=('custom')
|
||||||
depends=('git' 'ripgrep')
|
depends=()
|
||||||
makedepends=('npm')
|
makedepends=('npm')
|
||||||
optdepends=(
|
optdepends=(
|
||||||
|
'git: allow Claude to use git'
|
||||||
'github-cli: interact with GitHub'
|
'github-cli: interact with GitHub'
|
||||||
'glab: interact with GitLab'
|
'glab: interact with GitLab'
|
||||||
'ripgrep: enhanced file search'
|
'ripgrep: enhanced file search'
|
||||||
|
|||||||
Reference in New Issue
Block a user