summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxstraok2024-03-30 18:27:53 -0400
committerxstraok2024-03-30 18:27:53 -0400
commitd4e92d7c7a7952029da7e5edeed27e9a328f3d00 (patch)
treed6616a13c7d91a822e08c07e2a18aec327822fac
parent86b8826ec18c0228e0c6dd1bcec349d38fcb4c74 (diff)
downloadaur-d4e92d7c7a7952029da7e5edeed27e9a328f3d00.tar.gz
add missing deps
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 10 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b34814cd3d64..06db0671c780 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = the-honkers-railway-launcher-bin
pkgdesc = A launcher for a specific anime game with auto-patching, discord rpc and time tracking
pkgver = 1.5.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/an-anime-team/the-honkers-railway-launcher
arch = x86_64
license = GPL3
@@ -12,6 +12,10 @@ pkgbase = the-honkers-railway-launcher-bin
depends = git
depends = gtk4
depends = glibc
+ depends = gst-plugins-base
+ depends = gst-plugins-good
+ depends = gst-plugins-bad
+ depends = gst-libav
optdepends = mangohud: FPS Hud/GUI
optdepends = gamemode: Game Optimizations
optdepends = gamescope: a tool from Valve that allows for games to run in an isolated Xwayland instance
diff --git a/PKGBUILD b/PKGBUILD
index 4e968f589460..5245fe0539ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=the-honkers-railway-launcher-bin
pkgver=1.5.4
-pkgrel=1
+pkgrel=2
pkgdesc="A launcher for a specific anime game with auto-patching, discord rpc and time tracking"
url="https://github.com/an-anime-team/the-honkers-railway-launcher"
provides=("the-honkers-railway-launcher")
@@ -17,6 +17,10 @@ depends=(
"git"
"gtk4"
"glibc"
+ "gst-plugins-base"
+ "gst-plugins-good"
+ "gst-plugins-bad"
+ "gst-libav"
)
optdepends=(