From 0c617b352036ed9fffa2651d5eaeb8677780d8b3 Mon Sep 17 00:00:00 2001 From: Christopher Cooper Date: Thu, 5 Feb 2026 11:23:29 -0800 Subject: [PATCH] add tmux optdepend --- .SRCINFO | 3 ++- PKGBUILD | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 87557c9..f34736a 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.32 - pkgrel = 1 + pkgrel = 2 url = https://github.com/anthropics/claude-code arch = x86_64 arch = aarch64 @@ -11,6 +11,7 @@ pkgbase = claude-code optdepends = github-cli: interact with GitHub optdepends = glab: interact with GitLab optdepends = ripgrep: enhanced file search + optdepends = tmux: agent team split panes options = !strip source = LICENSE::https://raw.githubusercontent.com/anthropics/claude-code/refs/heads/main/LICENSE.md sha256sums = 728158fd1037143fad6907e8fa34804177e598b7326519503fe83cafdef849e6 diff --git a/PKGBUILD b/PKGBUILD index 0e747dc..4c3dbff 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Maintainer: Jérôme Poulin pkgname=claude-code pkgver=2.1.32 -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" @@ -15,6 +15,7 @@ optdepends=( 'github-cli: interact with GitHub' 'glab: interact with GitLab' 'ripgrep: enhanced file search' + 'tmux: agent team split panes' ) # This bucket is used in the official install script at https://claude.ai/install.sh