diff --git a/.SRCINFO b/.SRCINFO index f2d4f53..80a4665 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,13 +1,23 @@ pkgbase = claude-code pkgdesc = Use Claude, Anthropic's AI assistant, right from your terminal - pkgver = 2.1.193 + pkgver = 2.1.201 pkgrel = 1 url = https://claude.ai/code arch = x86_64 license = LicenseRef-proprietary + makedepends = jq + depends = glibc + depends = bash provides = claude conflicts = claude - source = claude::https://downloads.claude.ai/claude-code-releases/2.1.193/linux-x64/claude - sha256sums = c9f04d929f18bd9a101f3897f27de4e1e0f15ebe8400d4aaf02983d73dd66b1d + options = !strip + source = 2.1.201-manifest.json::https://downloads.claude.ai/claude-code-releases/2.1.201/manifest.json + source = 2.1.201-claude::https://downloads.claude.ai/claude-code-releases/2.1.201/linux-x64/claude + source = 2.1.201-LICENSE.md::https://raw.githubusercontent.com/anthropics/claude-code/v2.1.201/LICENSE.md + source = claude.sh + sha256sums = 65a28c5ab598f7f4f95d9c1aeb097e88236cbb3307cf5415710a150f4eb64dff + sha256sums = a34809a6839fdefff21b9347d7fb5b6b58e6a9cc208a5e62853f29c83eb107a3 + sha256sums = 728158fd1037143fad6907e8fa34804177e598b7326519503fe83cafdef849e6 + sha256sums = 7a850d5b531b3278b751972a89575258acf411039b63e50c979bae17b38622c2 pkgname = claude-code diff --git a/PKGBUILD b/PKGBUILD index 0113938..9e87142 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Oscar Wallberg pkgname=claude-code -pkgver=2.1.198 -pkgrel=3 +pkgver=2.1.201 +pkgrel=1 pkgdesc="Use Claude, Anthropic's AI assistant, right from your terminal" arch=('x86_64') url="https://claude.ai/code" @@ -16,8 +16,8 @@ source=("${pkgver}-manifest.json::https://downloads.claude.ai/claude-code-releas "${pkgver}-claude::https://downloads.claude.ai/claude-code-releases/${pkgver}/linux-x64/claude" "${pkgver}-LICENSE.md::https://raw.githubusercontent.com/anthropics/claude-code/v${pkgver}/LICENSE.md" "claude.sh") -sha256sums=('ccb8cb6a90bfd962e31d9bc8d862663385729b57ac63651216886836ac3a6a4e' - '7066af42a5fe93038c13af5072d4c034dc3928092cb121fdd892c76b94b6b84d' +sha256sums=('65a28c5ab598f7f4f95d9c1aeb097e88236cbb3307cf5415710a150f4eb64dff' + 'a34809a6839fdefff21b9347d7fb5b6b58e6a9cc208a5e62853f29c83eb107a3' '728158fd1037143fad6907e8fa34804177e598b7326519503fe83cafdef849e6' '7a850d5b531b3278b751972a89575258acf411039b63e50c979bae17b38622c2')