Compare commits

..

10 Commits

Author SHA1 Message Date
Yi-Ting Shih
adc6b16f26 Feat: add build ci
All checks were successful
Build package / build-package (push) Successful in 1m18s
2026-02-01 00:54:58 +08:00
Christopher Cooper
6232634bb2 update to 2.1.27 2026-01-30 15:56:10 -08:00
Christopher Cooper
fcb0587906 update to 2.1.25 2026-01-29 13:29:13 -08:00
Christopher Cooper
7179b7cc63 update to 2.1.23 2026-01-28 17:06:49 -08:00
Christopher Cooper
077404a449 update to 2.1.22 2026-01-28 09:38:06 -08:00
Christopher Cooper
e05aacfb9c update to 2.1.20 2026-01-26 17:45:24 -08:00
Christopher Cooper
6c648dd4de update to 2.1.19 2026-01-23 15:43:04 -08:00
Christopher Cooper
c85629cb1d update to 2.1.17 2026-01-22 14:55:25 -08:00
Christopher Cooper
81928f18a9 update to 2.1.15 2026-01-21 14:05:05 -08:00
Christopher Cooper
dccd043b8e update to 2.1.14 2026-01-20 16:16:14 -08:00
3 changed files with 23 additions and 8 deletions

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.12 pkgver = 2.1.27
pkgrel = 1 pkgrel = 1
url = https://github.com/anthropics/claude-code url = https://github.com/anthropics/claude-code
arch = x86_64 arch = x86_64
@@ -14,9 +14,9 @@ pkgbase = claude-code
options = !strip options = !strip
source = LICENSE::https://raw.githubusercontent.com/anthropics/claude-code/refs/heads/main/LICENSE.md source = LICENSE::https://raw.githubusercontent.com/anthropics/claude-code/refs/heads/main/LICENSE.md
sha256sums = 728158fd1037143fad6907e8fa34804177e598b7326519503fe83cafdef849e6 sha256sums = 728158fd1037143fad6907e8fa34804177e598b7326519503fe83cafdef849e6
source_x86_64 = claude-2.1.12-x86_64::https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases/2.1.12/linux-x64/claude source_x86_64 = claude-2.1.27-x86_64::https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases/2.1.27/linux-x64/claude
sha256sums_x86_64 = 3fe979215489dc1b31463fadf95ed2d2d5473a9969447bb7a46431f4578847d4 sha256sums_x86_64 = 24df91dd250b6d7f6a0f8b256affab6c7a4bdefa64b1ece8aca3235d5f5e4044
source_aarch64 = claude-2.1.12-aarch64::https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases/2.1.12/linux-arm64/claude source_aarch64 = claude-2.1.27-aarch64::https://storage.googleapis.com/claude-code-dist-86c565f3-f756-42ad-8dfa-d59b1c096819/claude-code-releases/2.1.27/linux-arm64/claude
sha256sums_aarch64 = e214b1d3b5afd4cd2de9177359001d41a3eb98cb1e3665fe97edc592f5aa132f sha256sums_aarch64 = 6166a8eeb82eba410b96030ab4b1330a27c28bdbdc4e313db45e5bfcc25d1e66
pkgname = claude-code pkgname = claude-code

View File

@@ -0,0 +1,15 @@
name: Build package
on: [push]
jobs:
build-package:
runs-on: pkgbuilder
env:
steps:
- name: Build and push package
uses: https://gitea.konchin.com/action/archbuild@main
with:
minio-accesskey: ${{ secrets.MINIO_ACCESSKEY }}
minio-secretkey: ${{ secrets.MINIO_SECRETKEY }}
gpg-password: ${{ secrets.GPG_PASSWORD }}
gpg-keygrip: ${{ secrets.GPG_KEYGRIP }}

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.12 pkgver=2.1.27
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')
@@ -25,8 +25,8 @@ source_x86_64=("claude-${pkgver}-x86_64::${_gcs_bucket}/${pkgver}/linux-x64/clau
source_aarch64=("claude-${pkgver}-aarch64::${_gcs_bucket}/${pkgver}/linux-arm64/claude") source_aarch64=("claude-${pkgver}-aarch64::${_gcs_bucket}/${pkgver}/linux-arm64/claude")
sha256sums=('728158fd1037143fad6907e8fa34804177e598b7326519503fe83cafdef849e6') sha256sums=('728158fd1037143fad6907e8fa34804177e598b7326519503fe83cafdef849e6')
sha256sums_x86_64=('3fe979215489dc1b31463fadf95ed2d2d5473a9969447bb7a46431f4578847d4') sha256sums_x86_64=('24df91dd250b6d7f6a0f8b256affab6c7a4bdefa64b1ece8aca3235d5f5e4044')
sha256sums_aarch64=('e214b1d3b5afd4cd2de9177359001d41a3eb98cb1e3665fe97edc592f5aa132f') sha256sums_aarch64=('6166a8eeb82eba410b96030ab4b1330a27c28bdbdc4e313db45e5bfcc25d1e66')
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"