From fd91f9790113a7b941b4e52a91e1966b7faeed7c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 21:44:58 +0000 Subject: [PATCH] Sync claude-code packaging --- .SRCINFO | 2 +- PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index a27bf1d..a24b64c 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.126 - pkgrel = 2 + pkgrel = 3 url = https://github.com/anthropics/claude-code arch = x86_64 arch = aarch64 diff --git a/PKGBUILD b/PKGBUILD index 06218db..4473f72 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,7 +5,7 @@ pkgname=claude-code pkgver=2.1.126 -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"