summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c4aca5f49dfa..60c5c866d66f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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.5
+ pkgver = 1.6.0
pkgrel = 1
url = https://github.com/an-anime-team/the-honkers-railway-launcher
arch = x86_64
@@ -12,6 +12,7 @@ pkgbase = the-honkers-railway-launcher-bin
depends = git
depends = gtk4
depends = glibc
+ depends = libwebp
depends = gst-plugins-base
depends = gst-plugins-good
depends = gst-plugins-bad
@@ -20,10 +21,10 @@ pkgbase = the-honkers-railway-launcher-bin
optdepends = gamemode: Game Optimizations
optdepends = gamescope: a tool from Valve that allows for games to run in an isolated Xwayland instance
provides = the-honkers-railway-launcher
- source = the-honkers-railway-launcher_1.5.5::https://github.com/an-anime-team/the-honkers-railway-launcher/releases/download/1.5.5/honkers-railway-launcher
+ source = the-honkers-railway-launcher_1.6.0::https://github.com/an-anime-team/the-honkers-railway-launcher/releases/download/1.6.0/honkers-railway-launcher
source = icon.png
source = the-honkers-railway-launcher.desktop
- md5sums = b174c08c1d3d376b6a216b2db8723708
+ md5sums = 1bb0af345615ea56d94ef92e0c35de61
md5sums = 3a9757edaaa59d9696ffc1ffacdafb30
md5sums = 3817083b3f90f0ec4e5290a914dcaa9b
diff --git a/PKGBUILD b/PKGBUILD
index 1650c596985c..e7f55790b419 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maxim Korotkov <maximkorotkov4@gmail.com>
pkgname=the-honkers-railway-launcher-bin
-pkgver=1.5.5
+pkgver=1.6.0
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/the-honkers-railway-launcher"
@@ -17,6 +17,7 @@ depends=(
"git"
"gtk4"
"glibc"
+ "libwebp"
"gst-plugins-base"
"gst-plugins-good"
"gst-plugins-bad"
@@ -36,7 +37,7 @@ source=(
)
md5sums=(
- 'b174c08c1d3d376b6a216b2db8723708'
+ '1bb0af345615ea56d94ef92e0c35de61'
'3a9757edaaa59d9696ffc1ffacdafb30'
'3817083b3f90f0ec4e5290a914dcaa9b'
)