Compare commits

..

22 Commits

Author SHA1 Message Date
Yi-Ting Shih 357d168e59 Feat: add build ci
Build package / build-package (push) Successful in 5m54s
2026-08-07 09:25:06 +08:00
github-actions[bot] 17784e502f Update claude-code to 2.1.220 2026-07-26 16:40:01 +00:00
github-actions[bot] fd19620fcb Update claude-code to 2.1.219 2026-07-24 17:17:00 +00:00
github-actions[bot] 6d3f079c6a Update claude-code to 2.1.218 2026-07-22 22:15:18 +00:00
github-actions[bot] 695d4aa644 Update claude-code to 2.1.217 2026-07-21 21:36:19 +00:00
github-actions[bot] 871a143222 Update claude-code to 2.1.216 2026-07-20 22:15:15 +00:00
github-actions[bot] d0d3286eac Update claude-code to 2.1.215 2026-07-19 02:58:55 +00:00
github-actions[bot] ebeaa80033 Update claude-code to 2.1.214 2026-07-18 01:23:16 +00:00
github-actions[bot] 919a0bd482 Update claude-code to 2.1.212 2026-07-17 00:27:28 +00:00
github-actions[bot] be7c16ec77 Update claude-code to 2.1.211 2026-07-15 23:11:22 +00:00
github-actions[bot] 7ee3aea6d3 Update claude-code to 2.1.210 2026-07-14 23:45:56 +00:00
github-actions[bot] 7bee99726d Update claude-code to 2.1.209 2026-07-14 06:36:43 +00:00
github-actions[bot] 4cb0bbebc0 Update claude-code to 2.1.208 2026-07-14 01:15:28 +00:00
github-actions[bot] b7f971222c Update claude-code to 2.1.207 2026-07-11 00:54:13 +00:00
github-actions[bot] 8c226bfcf3 Update claude-code to 2.1.206 2026-07-09 23:38:22 +00:00
github-actions[bot] 4f24481cef Update claude-code to 2.1.205 2026-07-08 21:26:06 +00:00
github-actions[bot] c0a9cc3e4a Update claude-code to 2.1.204 2026-07-08 00:30:03 +00:00
github-actions[bot] 04c2e3b6d0 Update claude-code to 2.1.203 2026-07-07 21:09:17 +00:00
github-actions[bot] 65e5179e46 Update claude-code to 2.1.202 2026-07-06 22:52:02 +00:00
github-actions[bot] 81c987df0b Update claude-code to 2.1.201 2026-07-03 23:55:05 +00:00
github-actions[bot] 13e802578f Update claude-code to 2.1.200 2026-07-03 16:53:36 +00:00
github-actions[bot] fdc83450d7 Update claude-code to 2.1.199 2026-07-02 23:38:37 +00:00
2 changed files with 8 additions and 8 deletions
+5 -5
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.198 pkgver = 2.1.220
pkgrel = 1 pkgrel = 1
url = https://github.com/anthropics/claude-code url = https://github.com/anthropics/claude-code
arch = x86_64 arch = x86_64
@@ -17,9 +17,9 @@ pkgbase = claude-code
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 = SKIP
source_x86_64 = claude-2.1.198-x86_64::https://downloads.claude.ai/claude-code-releases/2.1.198/linux-x64/claude source_x86_64 = claude-2.1.220-x86_64::https://downloads.claude.ai/claude-code-releases/2.1.220/linux-x64/claude
sha256sums_x86_64 = 7066af42a5fe93038c13af5072d4c034dc3928092cb121fdd892c76b94b6b84d sha256sums_x86_64 = 674f61f20ff306f3100cf9200e4c36c4b70278b5bef2884549819b942a89c863
source_aarch64 = claude-2.1.198-aarch64::https://downloads.claude.ai/claude-code-releases/2.1.198/linux-arm64/claude source_aarch64 = claude-2.1.220-aarch64::https://downloads.claude.ai/claude-code-releases/2.1.220/linux-arm64/claude
sha256sums_aarch64 = 99b50a6f2b1f3ef07bcaf1e58a2f9883c470c84e428afa321972b1aa20372e9a sha256sums_aarch64 = 159e4a51d796f3bf14677577100f7efb845611b1ceaf0c30cbd8d4650d942185
pkgname = claude-code pkgname = claude-code
+3 -3
View File
@@ -4,7 +4,7 @@
# Automation repository: https://github.com/fabifont/claude-code-aur # Automation repository: https://github.com/fabifont/claude-code-aur
pkgname=claude-code pkgname=claude-code
pkgver=2.1.198 pkgver=2.1.220
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')
@@ -29,8 +29,8 @@ source_x86_64=("claude-${pkgver}-x86_64::https://downloads.claude.ai/claude-code
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=('SKIP')
sha256sums_x86_64=('7066af42a5fe93038c13af5072d4c034dc3928092cb121fdd892c76b94b6b84d') sha256sums_x86_64=('674f61f20ff306f3100cf9200e4c36c4b70278b5bef2884549819b942a89c863')
sha256sums_aarch64=('99b50a6f2b1f3ef07bcaf1e58a2f9883c470c84e428afa321972b1aa20372e9a') sha256sums_aarch64=('159e4a51d796f3bf14677577100f7efb845611b1ceaf0c30cbd8d4650d942185')
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"