summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxstraok2024-04-11 17:50:07 -0400
committerxstraok2024-04-11 17:50:07 -0400
commitb2ec0265cc983fccd6b7816e7f44789367a8f86e (patch)
treebbe48a894ea77277a0b0d0e882ff1aab43d81771
parenta15496dccf2c581ead43adc5600ddf80668ff805 (diff)
downloadaur-b2ec0265cc983fccd6b7816e7f44789367a8f86e.tar.gz
add deps
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 10 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b7ff973acf1d..1ff1368dca0f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = honkers-launcher-git
pkgdesc = A launcher for a specific anime game with auto-patching, discord rpc and time tracking
- pkgver = 1.6.0.r0.gd2ef29c
+ pkgver = 1.6.1.r0.gfd29dec
pkgrel = 1
url = https://github.com/an-anime-team/honkers-launcher
arch = x86_64
@@ -13,6 +13,10 @@ pkgbase = honkers-launcher-git
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 070d900c486f..8529ff2664d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=honkers-launcher-git
_pkgname="${pkgname%-git}"
-pkgver=1.6.0.r0.gd2ef29c
+pkgver=1.6.1.r0.gfd29dec
pkgrel=1
pkgdesc="A launcher for a specific anime game with auto-patching, discord rpc and time tracking"
url="https://github.com/an-anime-team/honkers-launcher"
@@ -24,6 +24,10 @@ depends=(
"git"
"gtk4"
"glibc"
+ "gst-plugins-base"
+ "gst-plugins-good"
+ "gst-plugins-bad"
+ "gst-libav"
)
makedepends=(rust)