From 4fd398630c218d37e3c3c7481a02501ac15eaf1a Mon Sep 17 00:00:00 2001 From: patrickjaja Date: Thu, 18 Sep 2025 16:53:36 +0000 Subject: [PATCH] Update to version 0.13.19 --- PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 6a46cef637000..83053a534da40 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -12,7 +12,7 @@ depends=('electron' 'nodejs') makedepends=('p7zip' 'wget' 'asar' 'python') provides=('claude-desktop') conflicts=('claude-desktop') -source_x86_64=("Claude-Setup-x64.exe::https://storage.googleapis.com/osprey-downloads-c02f6a0d-347c-492b-a752-3e0651722e97/nest-win-x64/Claude-Setup-x64.exe") +source_x86_64=("Claude-Setup-x64-${pkgver}.exe::https://storage.googleapis.com/osprey-downloads-c02f6a0d-347c-492b-a752-3e0651722e97/nest-win-x64/Claude-Setup-x64.exe") sha256sums_x86_64=('0f00a04d20692b6f2c4420540416ad3ec681650fb2c8bac96c0ae24a47f57fc1') options=('!strip') @@ -20,7 +20,7 @@ prepare() { cd "$srcdir" # Extract the Windows installer - 7z x -y "Claude-Setup-x64.exe" -o"extract" >/dev/null 2>&1 + 7z x -y "Claude-Setup-x64-${pkgver}.exe" -o"extract" >/dev/null 2>&1 # Extract the nupkg cd extract