Update to 1.1.3189-5

This commit is contained in:
patrickjaja 2026-02-16 19:09:59 +00:00
parent b8df8dfa75
commit 30c6760f95
2 changed files with 6 additions and 6 deletions

View file

@ -1,13 +1,13 @@
pkgbase = claude-desktop-bin
pkgdesc = Claude Desktop - Linux (unofficial, from official binary)
pkgver = 1.1.3189
pkgrel = 4
pkgrel = 5
url = https://claude.ai
arch = x86_64
license = custom:Claude
depends = electron
depends = nodejs
source_x86_64 = claude-desktop-1.1.3189-linux.tar.gz::https://github.com/patrickjaja/claude-desktop-bin/releases/download/v1.1.3189-4/claude-desktop-1.1.3189-linux.tar.gz
sha256sums_x86_64 = cad192d94173668424447acc4ec4778c301e5acd920a05d6870199b6cd8510bf
source_x86_64 = claude-desktop-1.1.3189-5-linux.tar.gz::https://github.com/patrickjaja/claude-desktop-bin/releases/download/v1.1.3189-5/claude-desktop-1.1.3189-linux.tar.gz
sha256sums_x86_64 = 418a2dcdcc6cd20d170fe12b6b4401346132d00cb72bd6f1dcacdd1712825c1f
pkgname = claude-desktop-bin

View file

@ -4,7 +4,7 @@
pkgname=claude-desktop-bin
pkgver=1.1.3189
pkgrel=4
pkgrel=5
pkgdesc="Claude Desktop - Linux (unofficial, from official binary)"
arch=('x86_64')
url="https://claude.ai"
@ -14,8 +14,8 @@ optdepends=('claude-code: Claude Code CLI for agentic coding features (npm i -g
'claude-cowork-service: Enables Cowork VM features on Linux (experimental)')
provides=('claude-desktop')
conflicts=('claude-desktop')
source_x86_64=("claude-desktop-${pkgver}-linux.tar.gz::https://github.com/patrickjaja/claude-desktop-bin/releases/download/v1.1.3189-4/claude-desktop-1.1.3189-linux.tar.gz")
sha256sums_x86_64=('cad192d94173668424447acc4ec4778c301e5acd920a05d6870199b6cd8510bf')
source_x86_64=("claude-desktop-${pkgver}-${pkgrel}-linux.tar.gz::https://github.com/patrickjaja/claude-desktop-bin/releases/download/v1.1.3189-5/claude-desktop-1.1.3189-linux.tar.gz")
sha256sums_x86_64=('418a2dcdcc6cd20d170fe12b6b4401346132d00cb72bd6f1dcacdd1712825c1f')
options=('!strip')
package() {