diff --git a/.SRCINFO b/.SRCINFO index 6feb2d6..fbbd446 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = claude-code pkgdesc = An agentic coding tool that lives in your terminal - pkgver = 0.2.9 - pkgrel = 2 + pkgver = 0.2.14 + pkgrel = 1 url = https://github.com/anthropics/claude-code arch = any license = custom @@ -10,8 +10,8 @@ pkgbase = claude-code optdepends = github-cli: interact with GitHub optdepends = glab: interact with GitLab optdepends = ripgrep: enhanced file search - noextract = claude-code-0.2.9.tgz - source = https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-0.2.9.tgz - b2sums = 9738d2d9982b4b191fc373c79cada3123a161cfaf56c1d77afb29ea334507913293abf2a339a38f9bd9c463e513447f90f30b94faf5b3222c357167abf58620a + noextract = claude-code-0.2.14.tgz + source = https://registry.npmjs.org/@anthropic-ai/claude-code/-/claude-code-0.2.14.tgz + b2sums = 59a5596fe6be39b89b0fc3eff3384c537b928d82838f674c1b69baeeafb44b9f2a411f1f8b1541a08874cf612f4c9d27b1877da395051aea2b71c69b71f9aaaf pkgname = claude-code diff --git a/PKGBUILD b/PKGBUILD index e9ae50c..9392907 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,8 +1,8 @@ # Maintainer: Christopher Cooper pkgname=claude-code _full_pkgname="@anthropic-ai/${pkgname}" -pkgver=0.2.9 -pkgrel=2 +pkgver=0.2.14 +pkgrel=1 pkgdesc="An agentic coding tool that lives in your terminal" arch=('any') url="https://github.com/anthropics/claude-code" @@ -16,7 +16,7 @@ optdepends=( 'ripgrep: enhanced file search' ) source=("https://registry.npmjs.org/$_full_pkgname/-/$pkgname-$pkgver.tgz") -b2sums=('9738d2d9982b4b191fc373c79cada3123a161cfaf56c1d77afb29ea334507913293abf2a339a38f9bd9c463e513447f90f30b94faf5b3222c357167abf58620a') +b2sums=('59a5596fe6be39b89b0fc3eff3384c537b928d82838f674c1b69baeeafb44b9f2a411f1f8b1541a08874cf612f4c9d27b1877da395051aea2b71c69b71f9aaaf') noextract=("${pkgname}-${pkgver}.tgz") package() {