summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e76836d975a1..d63b8c0b1386 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,12 +2,13 @@ pkgbase = ss14.launcher
pkgdesc = Space Station 14 launcher
pkgver = 0.27.2
pkgrel = 1
- url = https://spacestation14.io
+ url = https://spacestation14.com
arch = x86_64
license = MIT
makedepends = dotnet-sdk-8.0
- depends = gtk3
depends = dotnet-runtime-8.0
+ depends = gtk3
+ depends = openal
optdepends = fluidsynth: to hear and play in-game MIDI instruments
optdepends = soundfont-fluid: soundfont for in-game MIDI instuments
source = ss14.launcher.v0.27.2.tar.gz::https://github.com/space-wizards/SS14.Launcher/archive/refs/tags/v0.27.2.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 2592a5bc9748..b2cecc3c6ba7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,9 @@ pkgver=0.27.2
pkgrel=1
pkgdesc="Space Station 14 launcher"
arch=('x86_64')
-url='https://spacestation14.io'
+url='https://spacestation14.com'
license=('MIT')
-depends=('gtk3' 'dotnet-runtime-8.0')
+depends=('dotnet-runtime-8.0' 'gtk3' 'openal')
makedepends=('dotnet-sdk-8.0')
optdepends=('fluidsynth: to hear and play in-game MIDI instruments' 'soundfont-fluid: soundfont for in-game MIDI instuments')
source=("${pkgname}.v${pkgver}.tar.gz::https://github.com/space-wizards/SS14.Launcher/archive/refs/tags/v${pkgver}.tar.gz"