summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcrazybrain2024-05-22 02:26:41 +0100
committercrazybrain2024-05-22 02:26:41 +0100
commit37fb777a0f8f51fffb5b338fd2fadf5641186e9a (patch)
tree2e5a6243b57097a402c1c614cd602dcc35e92734
parentbc3087c47d9e3f3019c167985a1880c807167cc8 (diff)
downloadaur-37fb777a0f8f51fffb5b338fd2fadf5641186e9a.tar.gz
Add missing dependency and update url
-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"