update to 2.1.126

This commit is contained in:
Jérôme Poulin
2026-05-01 09:37:12 -04:00
parent 48198f36bb
commit 547593e2e9
2 changed files with 10 additions and 10 deletions
+6 -6
View File
@@ -1,6 +1,6 @@
pkgbase = claude-code pkgbase = claude-code
pkgdesc = An agentic coding tool that lives in your terminal pkgdesc = An agentic coding tool that lives in your terminal
pkgver = 2.1.123 pkgver = 2.1.126
pkgrel = 1 pkgrel = 1
url = https://github.com/anthropics/claude-code url = https://github.com/anthropics/claude-code
arch = x86_64 arch = x86_64
@@ -16,10 +16,10 @@ pkgbase = claude-code
optdepends = socat: sandboxing optdepends = socat: sandboxing
options = !strip options = !strip
source = cc-legal::https://code.claude.com/docs/en/legal-and-compliance.md source = cc-legal::https://code.claude.com/docs/en/legal-and-compliance.md
sha256sums = SKIP sha256sums = 6e2bef1e67b0e0efef6f7707b5795d07cfb0e61f768ca76ad0823d671ab4a64d
source_x86_64 = claude-2.1.123-x86_64::https://downloads.claude.ai/claude-code-releases/2.1.123/linux-x64/claude source_x86_64 = claude-2.1.126-x86_64::https://downloads.claude.ai/claude-code-releases/2.1.126/linux-x64/claude
sha256sums_x86_64 = 5a78139b679a86a88a0ac5476c706a64c3105bf6a6d435ba10f3aa3fb635bdb2 sha256sums_x86_64 = fce96968d275161ff65a4c19fc6434efc6973d9f6d35dc3992a2ba0553cac18e
source_aarch64 = claude-2.1.123-aarch64::https://downloads.claude.ai/claude-code-releases/2.1.123/linux-arm64/claude source_aarch64 = claude-2.1.126-aarch64::https://downloads.claude.ai/claude-code-releases/2.1.126/linux-arm64/claude
sha256sums_aarch64 = 825c526035d1d75ff0bc1eebf18c887f98d07ea49ea80bd312ff416fe61a39b3 sha256sums_aarch64 = 88a6dca613a40559f3bac8a946a2ec6e60a870b91938d3df93dcac1dec4848cb
pkgname = claude-code pkgname = claude-code
+4 -4
View File
@@ -1,7 +1,7 @@
# Maintainer: Christopher Cooper <christopher@cg505.com> # Maintainer: Christopher Cooper <christopher@cg505.com>
# Maintainer: Jérôme Poulin <jeromepoulin@gmail.com> # Maintainer: Jérôme Poulin <jeromepoulin@gmail.com>
pkgname=claude-code pkgname=claude-code
pkgver=2.1.123 pkgver=2.1.126
pkgrel=1 pkgrel=1
pkgdesc="An agentic coding tool that lives in your terminal" pkgdesc="An agentic coding tool that lives in your terminal"
arch=('x86_64' 'aarch64') arch=('x86_64' 'aarch64')
@@ -24,9 +24,9 @@ source=("cc-legal::https://code.claude.com/docs/en/legal-and-compliance.md")
source_x86_64=("claude-${pkgver}-x86_64::https://downloads.claude.ai/claude-code-releases/${pkgver}/linux-x64/claude") source_x86_64=("claude-${pkgver}-x86_64::https://downloads.claude.ai/claude-code-releases/${pkgver}/linux-x64/claude")
source_aarch64=("claude-${pkgver}-aarch64::https://downloads.claude.ai/claude-code-releases/${pkgver}/linux-arm64/claude") source_aarch64=("claude-${pkgver}-aarch64::https://downloads.claude.ai/claude-code-releases/${pkgver}/linux-arm64/claude")
sha256sums=('SKIP') sha256sums=('6e2bef1e67b0e0efef6f7707b5795d07cfb0e61f768ca76ad0823d671ab4a64d')
sha256sums_x86_64=('5a78139b679a86a88a0ac5476c706a64c3105bf6a6d435ba10f3aa3fb635bdb2') sha256sums_x86_64=('fce96968d275161ff65a4c19fc6434efc6973d9f6d35dc3992a2ba0553cac18e')
sha256sums_aarch64=('825c526035d1d75ff0bc1eebf18c887f98d07ea49ea80bd312ff416fe61a39b3') sha256sums_aarch64=('88a6dca613a40559f3bac8a946a2ec6e60a870b91938d3df93dcac1dec4848cb')
package() { package() {
install -Dm755 "${srcdir}/claude-${pkgver}-${CARCH}" "${pkgdir}/opt/claude-code/bin/claude" install -Dm755 "${srcdir}/claude-${pkgver}-${CARCH}" "${pkgdir}/opt/claude-code/bin/claude"