From 7fd2eec62bf9769d11d4ef4c4d3607e54e8608e4 Mon Sep 17 00:00:00 2001 From: Christopher Cooper Date: Mon, 16 Mar 2026 09:35:34 -0700 Subject: [PATCH] add optdepends for sandboxing --- .SRCINFO | 4 +++- PKGBUILD | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 5e6c71c..370671a 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = claude-code pkgdesc = An agentic coding tool that lives in your terminal pkgver = 2.1.76 - pkgrel = 1 + pkgrel = 2 url = https://github.com/anthropics/claude-code arch = x86_64 arch = aarch64 @@ -12,6 +12,8 @@ pkgbase = claude-code optdepends = glab: interact with GitLab optdepends = ripgrep: enhanced file search optdepends = tmux: agent team split panes + optdepends = bublewrap: sandboxing + optdepends = socat: sandboxing options = !strip source = cc-legal-20260313::https://code.claude.com/docs/en/legal-and-compliance.md sha256sums = 1e34536633a1b259f36724aa11bd73e6675c1fe3a5072ce57383558278611cba diff --git a/PKGBUILD b/PKGBUILD index c7b6dd8..1c3317a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Maintainer: Jérôme Poulin 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