summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwereii2021-11-09 21:05:14 +0100
committerTomáš Svoboda2023-05-14 13:32:54 +0200
commitb89fde8a463d65eac91020d08894f201a8c0a869 (patch)
treedff0a6f5f43d5137e25e2f420a1ddfebe3af67bd
parentf3fb5464f6a13be4b0609a278e3353af7e0a62dd (diff)
downloadaur-b89fde8a463d65eac91020d08894f201a8c0a869.tar.gz
Update to 0.21.0
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e1b9f5129eb..681a7a3a79ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,18 @@
pkgbase = spacestation14-launcher-bin
pkgdesc = Space Station 14 launcher
- pkgver = 0.20.3
+ pkgver = 0.21.0
pkgrel = 1
url = https://spacestation14.io/
arch = x86_64
license = MIT
- noextract = SS14.launcher.v0.20.3.zip
+ optdepends = fluidsynth: needed for in-game midi instruments
+ noextract = SS14.launcher.v0.21.0.zip
options = !strip
options = staticlibs
- source = SS14.launcher.v0.20.3.zip::https://github.com/space-wizards/SS14.Launcher/releases/download/v0.20.3/SS14.Launcher_Linux.zip
+ source = SS14.launcher.v0.21.0.zip::https://github.com/space-wizards/SS14.Launcher/releases/download/v0.21.0/SS14.Launcher_Linux.zip
source = spacestation14.svg::https://spacestation14.io/images/main/icon.svg
source = SS14.desktop
- sha256sums = 113442eb221476adfeb11e6d6a51cde3d02ecb574744f18aea03f29ee40e92ea
+ sha256sums = 01d60a40b502b0b96f550e8991d63780f253af359b2596d105b63e2869dd8a14
sha256sums = ba123bf55027694ffbf3528f58ba7554d072a023de3282187dd692f365ee9ce5
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 2e96a7f89bfd..de7982ea7762 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tomas S. <me+aur at wereii.cz>
pkgname=spacestation14-launcher-bin
-pkgver=0.20.3
+pkgver=0.21.0
pkgrel=1
pkgdesc="Space Station 14 launcher"
url="https://spacestation14.io/"
@@ -9,14 +9,14 @@ license=('MIT')
arch=(x86_64)
options=(!strip staticlibs)
# sources need to have unique filenames
-_source_name="SS14.launcher.v${pkgver}.zip"
+_source_name="SS14.launcher.v${pkgver}.zip"
+optdepends=('fluidsynth: needed for in-game midi instruments')
source=(
"${_source_name}::https://github.com/space-wizards/SS14.Launcher/releases/download/v${pkgver}/SS14.Launcher_Linux.zip"
"spacestation14.svg::https://spacestation14.io/images/main/icon.svg"
"SS14.desktop")
noextract=("${_source_name}")
-
-sha256sums=('113442eb221476adfeb11e6d6a51cde3d02ecb574744f18aea03f29ee40e92ea'
+sha256sums=('01d60a40b502b0b96f550e8991d63780f253af359b2596d105b63e2869dd8a14'
'ba123bf55027694ffbf3528f58ba7554d072a023de3282187dd692f365ee9ce5'
SKIP)