Update to version 1.1.2512

This commit is contained in:
patrickjaja 2026-02-10 04:26:08 +00:00
parent be496db212
commit 98ba5dae40
2 changed files with 6 additions and 6 deletions

View file

@ -1,13 +1,13 @@
pkgbase = claude-desktop-bin
pkgdesc = Claude AI Desktop Application (Official Binary - Linux Compatible)
pkgver = 1.1.2321
pkgver = 1.1.2512
pkgrel = 1
url = https://claude.ai
arch = x86_64
license = custom:Claude
depends = electron
depends = nodejs
source_x86_64 = claude-desktop-1.1.2321-linux.tar.gz::https://github.com/patrickjaja/claude-desktop-bin/releases/download/v1.1.2321/claude-desktop-1.1.2321-linux.tar.gz
sha256sums_x86_64 = ed244c7b56b2c78d736a065d6a95a76b580d07845c8121cbcef7bd7786218fbb
source_x86_64 = claude-desktop-1.1.2512-linux.tar.gz::https://github.com/patrickjaja/claude-desktop-bin/releases/download/v1.1.2512/claude-desktop-1.1.2512-linux.tar.gz
sha256sums_x86_64 = 63a530cd23c61567cf99fab35d98c5c4d8c5fc46abfd3b1d4a547e47bc721c18
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.2321
pkgver=1.1.2512
pkgrel=1
pkgdesc="Claude AI Desktop Application (Official Binary - Linux Compatible)"
arch=('x86_64')
@ -13,8 +13,8 @@ depends=('electron' 'nodejs')
optdepends=('claude-code: Claude Code CLI for agentic coding features (npm i -g @anthropic-ai/claude-code)')
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.2321/claude-desktop-1.1.2321-linux.tar.gz")
sha256sums_x86_64=('ed244c7b56b2c78d736a065d6a95a76b580d07845c8121cbcef7bd7786218fbb')
source_x86_64=("claude-desktop-${pkgver}-linux.tar.gz::https://github.com/patrickjaja/claude-desktop-bin/releases/download/v1.1.2512/claude-desktop-1.1.2512-linux.tar.gz")
sha256sums_x86_64=('63a530cd23c61567cf99fab35d98c5c4d8c5fc46abfd3b1d4a547e47bc721c18')
options=('!strip')
package() {