Update to 1.1.3918-1

This commit is contained in:
patrickjaja 2026-02-21 11:08:59 +00:00
parent 6cb221a3d5
commit 20eacb431d
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.3830
pkgver = 1.1.3918
pkgrel = 1
url = https://claude.ai
arch = x86_64
license = custom:Claude
depends = electron
depends = nodejs
source_x86_64 = claude-desktop-1.1.3830-1-linux.tar.gz::https://github.com/patrickjaja/claude-desktop-bin/releases/download/v1.1.3830/claude-desktop-1.1.3830-linux.tar.gz
sha256sums_x86_64 = a3ab605b931ff1c2fbbf1d56369b719b3f2a6c52b9c15155f5fb6c0341fc3c9f
source_x86_64 = claude-desktop-1.1.3918-1-linux.tar.gz::https://github.com/patrickjaja/claude-desktop-bin/releases/download/v1.1.3918/claude-desktop-1.1.3918-linux.tar.gz
sha256sums_x86_64 = a157ac05127d837d84c99ce770aa4152cb489b49b294d696afef6824c2d2382b
pkgname = claude-desktop-bin

View file

@ -3,7 +3,7 @@
# AUR Package Repository: https://github.com/patrickjaja/claude-desktop-bin
pkgname=claude-desktop-bin
pkgver=1.1.3830
pkgver=1.1.3918
pkgrel=1
pkgdesc="Claude Desktop - Linux (unofficial, from official binary)"
arch=('x86_64')
@ -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}-${pkgrel}-linux.tar.gz::https://github.com/patrickjaja/claude-desktop-bin/releases/download/v1.1.3830/claude-desktop-1.1.3830-linux.tar.gz")
sha256sums_x86_64=('a3ab605b931ff1c2fbbf1d56369b719b3f2a6c52b9c15155f5fb6c0341fc3c9f')
source_x86_64=("claude-desktop-${pkgver}-${pkgrel}-linux.tar.gz::https://github.com/patrickjaja/claude-desktop-bin/releases/download/v1.1.3918/claude-desktop-1.1.3918-linux.tar.gz")
sha256sums_x86_64=('a157ac05127d837d84c99ce770aa4152cb489b49b294d696afef6824c2d2382b')
options=('!strip')
package() {