add optdepends for sandboxing

This commit is contained in:
Christopher Cooper
2026-03-16 09:35:34 -07:00
parent dc65314972
commit 7fd2eec62b
2 changed files with 6 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
# Maintainer: Jérôme Poulin <jeromepoulin@gmail.com>
pkgname=claude-code
pkgver=2.1.76
pkgrel=1
pkgrel=2
pkgdesc="An agentic coding tool that lives in your terminal"
arch=('x86_64' 'aarch64')
url="https://github.com/anthropics/claude-code"
@@ -16,6 +16,8 @@ optdepends=(
'glab: interact with GitLab'
'ripgrep: enhanced file search'
'tmux: agent team split panes'
'bublewrap: sandboxing'
'socat: sandboxing'
)
# This bucket is used in the official install script at https://claude.ai/install.sh