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