summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorcrazybrain2024-05-22 02:26:41 +0100
committercrazybrain2024-05-22 02:26:41 +0100
commit37fb777a0f8f51fffb5b338fd2fadf5641186e9a (patch)
tree2e5a6243b57097a402c1c614cd602dcc35e92734 /PKGBUILD
parentbc3087c47d9e3f3019c167985a1880c807167cc8 (diff)
downloadaur-37fb777a0f8f51fffb5b338fd2fadf5641186e9a.tar.gz
Add missing dependency and update url
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"