summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxstraok2023-05-06 09:48:18 -0400
committerxstraok2023-05-06 09:48:18 -0400
commit25f0905de70fad0a9d9cc118f991c338c32276bd (patch)
treee0529c6adce4ec93a578441a8cfb5cc8f7184919
parent9f39b7435906f43a455917cda18047e282086551 (diff)
downloadaur-25f0905de70fad0a9d9cc118f991c338c32276bd.tar.gz
1.1.0
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD7
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c314dbd3b737..57d2f022486d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = the-honkers-railway-launcher-bin
pkgdesc = A launcher for a specific anime game with auto-patching, discord rpc and time tracking
- pkgver = 1.0.0
- pkgrel = 2
+ pkgver = 1.1.0
+ pkgrel = 1
url = https://github.com/an-anime-team/the-honkers-railway-launcher
arch = x86_64
license = GPL3
depends = libadwaita
depends = tar
depends = unzip
+ depends = xdg-dektop-portal
depends = xdelta3
depends = cabextract
depends = git
@@ -18,10 +19,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.0.0::https://github.com/an-anime-team/the-honkers-railway-launcher/releases/download/1.0.0/honkers-railway-launcher
+ source = the-honkers-railway-launcher_1.1.0::https://github.com/an-anime-team/the-honkers-railway-launcher/releases/download/1.1.0/honkers-railway-launcher
source = icon.png
source = the-honkers-railway-launcher.desktop
- md5sums = 8013024a7785b83d5e9f37f4a8f1f2cb
+ md5sums = 09c642e33009d12fa72af6edf9629a5f
md5sums = 80be01d577f9699041a3f326007388e0
md5sums = 3817083b3f90f0ec4e5290a914dcaa9b
diff --git a/PKGBUILD b/PKGBUILD
index c0e86f905b1c..3a8b591d11fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Maxim Korotkov <maximkorotkov4@gmail.com>
pkgname=the-honkers-railway-launcher-bin
-pkgver=1.0.0
-pkgrel=2
+pkgver=1.1.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"
provides=("the-honkers-railway-launcher")
@@ -13,6 +13,7 @@ depends=(
"libadwaita"
"tar"
"unzip"
+ "xdg-desktop-portal"
"xdelta3"
"cabextract"
"git"
@@ -34,7 +35,7 @@ source=(
)
md5sums=(
- '8013024a7785b83d5e9f37f4a8f1f2cb'
+ '09c642e33009d12fa72af6edf9629a5f'
'80be01d577f9699041a3f326007388e0'
'3817083b3f90f0ec4e5290a914dcaa9b'
)