mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to 1.1.3918-2
This commit is contained in:
parent
20eacb431d
commit
fde552ba35
2 changed files with 6 additions and 6 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,13 +1,13 @@
|
|||
pkgbase = claude-desktop-bin
|
||||
pkgdesc = Claude Desktop - Linux (unofficial, from official binary)
|
||||
pkgver = 1.1.3918
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://claude.ai
|
||||
arch = x86_64
|
||||
license = custom:Claude
|
||||
depends = electron
|
||||
depends = nodejs
|
||||
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
|
||||
source_x86_64 = claude-desktop-1.1.3918-2-linux.tar.gz::https://github.com/patrickjaja/claude-desktop-bin/releases/download/v1.1.3918-2/claude-desktop-1.1.3918-linux.tar.gz
|
||||
sha256sums_x86_64 = 2adf52164181720d198cfd4938b435c985791c33a03fea851b718dac92f246fe
|
||||
|
||||
pkgname = claude-desktop-bin
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
pkgname=claude-desktop-bin
|
||||
pkgver=1.1.3918
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
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}-${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')
|
||||
source_x86_64=("claude-desktop-${pkgver}-${pkgrel}-linux.tar.gz::https://github.com/patrickjaja/claude-desktop-bin/releases/download/v1.1.3918-2/claude-desktop-1.1.3918-linux.tar.gz")
|
||||
sha256sums_x86_64=('2adf52164181720d198cfd4938b435c985791c33a03fea851b718dac92f246fe')
|
||||
options=('!strip')
|
||||
|
||||
package() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue