diff options
author | Rojikku | 2025-01-26 23:55:16 -0500 |
---|---|---|
committer | Rojikku | 2025-01-26 23:55:16 -0500 |
commit | 1044c426f6dca0cdf23975453c76932fe1cc14f5 (patch) | |
tree | 15f9bf091cdb08944029b2f4eb5ee2e5d322afc2 | |
parent | da0ad959b6060bba747971eddc11ec6dd3aa651b (diff) | |
download | aur-remoteplaywhatever.tar.gz |
Update to v0.2.9
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -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 @@ -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 |