summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRojikku2025-01-26 23:55:16 -0500
committerRojikku2025-01-26 23:55:16 -0500
commit1044c426f6dca0cdf23975453c76932fe1cc14f5 (patch)
tree15f9bf091cdb08944029b2f4eb5ee2e5d322afc2
parentda0ad959b6060bba747971eddc11ec6dd3aa651b (diff)
downloadaur-remoteplaywhatever.tar.gz
Update to v0.2.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9010c004e76d..9848ee07ca97 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = remoteplaywhatever
pkgdesc = Tiny application that lets you force remote play together any game you have in your steam library including non-steam ones.
- pkgver = 0.2.8
+ pkgver = 0.2.9
pkgrel = 1
url = https://github.com/m4dEngi/RemotePlayWhatever
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = remoteplaywhatever
depends = wxwidgets-common
depends = wxwidgets-gtk3
provides = remoteplaywhatever
- source = remoteplaywhatever::git+https://github.com/m4dEngi/RemotePlayWhatever.git#tag=0.2.8-alpha
- sha512sums = 13efa7474307976d05fc93b6fd713b4d9789b8108d674bd03cf8c89926594dbc08ce16fda7995479768e30544f86089b447b2693991646cea3cd3f8fb6baa42a
+ source = remoteplaywhatever::git+https://github.com/m4dEngi/RemotePlayWhatever.git#tag=0.2.9-alpha
+ sha512sums = 9e486e645069d2ed999cce26f39fa29a81c3b554434122f905067bef7b3a5487f55b66aaa541da9bfe1f7dca83d9310a814ae0cfba0c2b4f4662ba739f6b52cf
pkgname = remoteplaywhatever
diff --git a/PKGBUILD b/PKGBUILD
index 0feb0f313b09..77e8469f6ec2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rojikku <RojikkuNoKami at gmail dot com>
pkgname=remoteplaywhatever
-pkgver=0.2.8
+pkgver=0.2.9
pkgrel=1
pkgdesc="Tiny application that lets you force remote play together any game you have in your steam library including non-steam ones."
arch=('x86_64')
@@ -10,7 +10,7 @@ provides=('remoteplaywhatever')
depends=('libtiff' 'wxwidgets-common' 'wxwidgets-gtk3')
makedepends=('git' 'cmake')
source=("${pkgname}::git+${url}.git#tag=${pkgver}-alpha")
-sha512sums=('13efa7474307976d05fc93b6fd713b4d9789b8108d674bd03cf8c89926594dbc08ce16fda7995479768e30544f86089b447b2693991646cea3cd3f8fb6baa42a')
+sha512sums=('9e486e645069d2ed999cce26f39fa29a81c3b554434122f905067bef7b3a5487f55b66aaa541da9bfe1f7dca83d9310a814ae0cfba0c2b4f4662ba739f6b52cf')
prepare() {
git -C "${pkgname}" submodule update --init --recursive