From 21b172903664980d862b69f6fc2989b66f9de2ce Mon Sep 17 00:00:00 2001 From: furistar Date: Sun, 8 Feb 2026 12:05:34 +1000 Subject: [PATCH] append version to filename to prevent hash mismatch error --- .gitignore | 2 ++ PKGBUILD | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5a7692e9ace8c..e1cae6adbf9eb 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ *.AppImage +pkg/ +*.tar.zst diff --git a/PKGBUILD b/PKGBUILD index f85472340f651..1e02c66a3ec4c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,15 +2,15 @@ pkgname=stalker-gamma-cli-bin pkgver=1.8.2 -pkgrel=1 +pkgrel=2 pkgdesc="a cli to install Stalker Anomaly and the GAMMA mod pack (appimage)" arch=('x86_64' 'aarch64') url="https://github.com/FaithBeam/stalker-gamma-cli" license=('GPL-3.0-or-later') options=(!strip) depends=('unzip' 'fuse2') -source_x86_64=("https://github.com/FaithBeam/stalker-gamma-cli/releases/download/${pkgver}/stalker-gamma+linux.x64.AppImage") -source_aarch64=("https://github.com/FaithBeam/stalker-gamma-cli/releases/download/${pkgver}/stalker-gamma+linux.arm64.AppImage") +source_x86_64=("stalker-gamma+linux.x64-${pkgver}.AppImage::https://github.com/FaithBeam/stalker-gamma-cli/releases/download/${pkgver}/stalker-gamma+linux.x64.AppImage") +source_aarch64=("stalker-gamma+linux.arm64-${pkgver}.AppImage::https://github.com/FaithBeam/stalker-gamma-cli/releases/download/${pkgver}/stalker-gamma+linux.arm64.AppImage") sha256sums_x86_64=('f9921f2306cd0f9b432bd52f004fbc5c88a1bf4b936e01e5f8a1ad4d8d57a12d') sha256sums_aarch64=('66945aa63550ac9455c4c6236e790b0568526770dfdf84b482101c2da89751ce')