mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
bump to 1.8.3
This commit is contained in:
parent
31a4b2593e
commit
e6d9950d6b
2 changed files with 10 additions and 10 deletions
12
.SRCINFO
12
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = stalker-gamma-cli-bin
|
||||
pkgdesc = a cli to install Stalker Anomaly and the GAMMA mod pack (appimage)
|
||||
pkgver = 1.8.2
|
||||
pkgrel = 2
|
||||
pkgver = 1.8.3
|
||||
pkgrel = 1
|
||||
url = https://github.com/FaithBeam/stalker-gamma-cli
|
||||
arch = x86_64
|
||||
arch = aarch64
|
||||
|
|
@ -9,9 +9,9 @@ pkgbase = stalker-gamma-cli-bin
|
|||
depends = unzip
|
||||
depends = fuse2
|
||||
options = !strip
|
||||
source_x86_64 = stalker-gamma+linux.x64-1.8.2.AppImage::https://github.com/FaithBeam/stalker-gamma-cli/releases/download/1.8.2/stalker-gamma+linux.x64.AppImage
|
||||
sha256sums_x86_64 = f9921f2306cd0f9b432bd52f004fbc5c88a1bf4b936e01e5f8a1ad4d8d57a12d
|
||||
source_aarch64 = stalker-gamma+linux.arm64-1.8.2.AppImage::https://github.com/FaithBeam/stalker-gamma-cli/releases/download/1.8.2/stalker-gamma+linux.arm64.AppImage
|
||||
sha256sums_aarch64 = 66945aa63550ac9455c4c6236e790b0568526770dfdf84b482101c2da89751ce
|
||||
source_x86_64 = stalker-gamma+linux.x64-1.8.3.AppImage::https://github.com/FaithBeam/stalker-gamma-cli/releases/download/1.8.3/stalker-gamma+linux.x64.AppImage
|
||||
sha256sums_x86_64 = d76f208e36757817273cd7b4ebd7b418dd7cc47b206535a7c166369d344ade3c
|
||||
source_aarch64 = stalker-gamma+linux.arm64-1.8.3.AppImage::https://github.com/FaithBeam/stalker-gamma-cli/releases/download/1.8.3/stalker-gamma+linux.arm64.AppImage
|
||||
sha256sums_aarch64 = 20a95a9a72a3e341627fd00f1396efb61f0e99445dce835711c7bf6c92d4eb4a
|
||||
|
||||
pkgname = stalker-gamma-cli-bin
|
||||
|
|
|
|||
8
PKGBUILD
8
PKGBUILD
|
|
@ -1,8 +1,8 @@
|
|||
# Maintainer: furistar <aur@mady.moe>
|
||||
|
||||
pkgname=stalker-gamma-cli-bin
|
||||
pkgver=1.8.2
|
||||
pkgrel=2
|
||||
pkgver=1.8.3
|
||||
pkgrel=1
|
||||
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"
|
||||
|
|
@ -11,8 +11,8 @@ options=(!strip)
|
|||
depends=('unzip' 'fuse2')
|
||||
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')
|
||||
sha256sums_x86_64=('d76f208e36757817273cd7b4ebd7b418dd7cc47b206535a7c166369d344ade3c')
|
||||
sha256sums_aarch64=('20a95a9a72a3e341627fd00f1396efb61f0e99445dce835711c7bf6c92d4eb4a')
|
||||
|
||||
package() {
|
||||
install -Dm755 stalker-gamma+linux.*.AppImage "$pkgdir/usr/bin/stalker-gamma"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue