update to 2.0.10
This commit is contained in:
8
.SRCINFO
8
.SRCINFO
@@ -1,6 +1,6 @@
|
|||||||
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 = 2.0.9
|
pkgver = 2.0.10
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/anthropics/claude-code
|
url = https://github.com/anthropics/claude-code
|
||||||
arch = any
|
arch = any
|
||||||
@@ -11,8 +11,8 @@ pkgbase = claude-code
|
|||||||
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
|
||||||
noextract = claude-code-2.0.9.tgz
|
noextract = claude-code-2.0.10.tgz
|
||||||
source = https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-2.0.9.tgz
|
source = https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-2.0.10.tgz
|
||||||
b2sums = 254c4b959e507c8f51496ee92e8e98fc4be9d52d4358e4d3fa380e703275af0230cd17ca2de63bd7310afeb1c2b47ae07a9609447e617a1625890e8057f44e0e
|
b2sums = 2cdd31f21efbb62107d36b23a3d4b7f72d704fb08b7d7b19a8d9d9b3d7a744fa77ce3ae4243357152d7b8f00e8133bd7c1b3987ee14960bcf3d676415fdffc9e
|
||||||
|
|
||||||
pkgname = claude-code
|
pkgname = claude-code
|
||||||
|
|||||||
4
PKGBUILD
4
PKGBUILD
@@ -2,7 +2,7 @@
|
|||||||
# Maintainer: Jérôme Poulin <jeromepoulin@gmail.com>
|
# Maintainer: Jérôme Poulin <jeromepoulin@gmail.com>
|
||||||
pkgname=claude-code
|
pkgname=claude-code
|
||||||
_full_pkgname="@anthropic-ai/${pkgname}"
|
_full_pkgname="@anthropic-ai/${pkgname}"
|
||||||
pkgver=2.0.9
|
pkgver=2.0.10
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="An agentic coding tool that lives in your terminal"
|
pkgdesc="An agentic coding tool that lives in your terminal"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
@@ -17,7 +17,7 @@ optdepends=(
|
|||||||
'ripgrep: enhanced file search'
|
'ripgrep: enhanced file search'
|
||||||
)
|
)
|
||||||
source=("https://registry.npmjs.org/$_full_pkgname/-/$pkgname-$pkgver.tgz")
|
source=("https://registry.npmjs.org/$_full_pkgname/-/$pkgname-$pkgver.tgz")
|
||||||
b2sums=('254c4b959e507c8f51496ee92e8e98fc4be9d52d4358e4d3fa380e703275af0230cd17ca2de63bd7310afeb1c2b47ae07a9609447e617a1625890e8057f44e0e')
|
b2sums=('2cdd31f21efbb62107d36b23a3d4b7f72d704fb08b7d7b19a8d9d9b3d7a744fa77ce3ae4243357152d7b8f00e8133bd7c1b3987ee14960bcf3d676415fdffc9e')
|
||||||
noextract=("${pkgname}-${pkgver}.tgz")
|
noextract=("${pkgname}-${pkgver}.tgz")
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
|||||||
Reference in New Issue
Block a user