From 73059ccc0527a37ecffd8fe1d0157a9e52624238 Mon Sep 17 00:00:00 2001 From: Christopher Cooper Date: Mon, 24 Feb 2025 17:37:47 -0800 Subject: [PATCH] update deps --- .SRCINFO | 5 ++--- PKGBUILD | 5 +++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index aa31baa..6feb2d6 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,13 +1,12 @@ pkgbase = claude-code pkgdesc = An agentic coding tool that lives in your terminal pkgver = 0.2.9 - pkgrel = 1 + pkgrel = 2 url = https://github.com/anthropics/claude-code arch = any license = custom makedepends = npm - depends = git - depends = ripgrep + optdepends = git: allow Claude to use git optdepends = github-cli: interact with GitHub optdepends = glab: interact with GitLab optdepends = ripgrep: enhanced file search diff --git a/PKGBUILD b/PKGBUILD index 99a6695..e9ae50c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,14 +2,15 @@ pkgname=claude-code _full_pkgname="@anthropic-ai/${pkgname}" pkgver=0.2.9 -pkgrel=1 +pkgrel=2 pkgdesc="An agentic coding tool that lives in your terminal" arch=('any') url="https://github.com/anthropics/claude-code" license=('custom') -depends=('git' 'ripgrep') +depends=() makedepends=('npm') optdepends=( + 'git: allow Claude to use git' 'github-cli: interact with GitHub' 'glab: interact with GitLab' 'ripgrep: enhanced file search'