diff options
author | Rojikku | 2022-12-01 18:20:36 -0500 |
---|---|---|
committer | Rojikku | 2022-12-01 18:20:36 -0500 |
commit | a242e6f6cf80652640f4b56c44f1672e906ece7a (patch) | |
tree | 75698fff5d6783d249f85246ce9268e1992a67ad | |
parent | 9d873892bb24208f4228989cd94587f1c328b6fd (diff) | |
download | aur-a242e6f6cf80652640f4b56c44f1672e906ece7a.tar.gz |
Update to v0.2.1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -1,12 +1,12 @@ pkgbase = remoteplaywhatever-bin pkgdesc = Tiny application that lets you force remote play together any game you have in your steam library including non-steam ones. - pkgver = 0.1.17 + pkgver = 0.2.1 pkgrel = 1 url = https://github.com/m4dEngi/RemotePlayWhatever arch = x86_64 depends = wxwidgets-common depends = wxwidgets-gtk3 - source = remoteplaywhatever-bin-0.1.17.deb::https://github.com/m4dEngi/remoteplaywhatever/releases/download/0.1.17-alpha/remoteplaywhatever-0.1.17-Linux.deb - sha512sums = ebc235ddb9068a5c6590008ef769c4b2874791af7f18a188b4ac9037171cdf1cc053bd1d65883cf26881a968a220c5352bbfec970186c5ad27627667f034c893 + source = remoteplaywhatever-bin-0.2.1.deb::https://github.com/m4dEngi/remoteplaywhatever/releases/download/0.2.1-pre-alpha/remoteplaywhatever-0.2.1-Linux.deb + sha512sums = 858e5bed802af11974513c37c895a9d372396104088b29063aff0a68b4acc2bb9b6370dc36dcd5f90a718c0ae471e34f749e3fa083dfe1b2fd255da0c24af249 pkgname = remoteplaywhatever-bin @@ -1,16 +1,16 @@ # Maintainer: Rojikku <RojikkuNoKami at gmail dot com> _pkgname=remoteplaywhatever pkgname=${_pkgname}-bin -pkgver=0.1.17 +pkgver=0.2.1 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') url="https://github.com/m4dEngi/RemotePlayWhatever" depends=('wxwidgets-common' 'wxwidgets-gtk3') source=( - ${pkgname}-${pkgver}.deb::https://github.com/m4dEngi/${_pkgname}/releases/download/${pkgver}-alpha/${_pkgname}-${pkgver}-Linux.deb + ${pkgname}-${pkgver}.deb::https://github.com/m4dEngi/${_pkgname}/releases/download/${pkgver}-pre-alpha/${_pkgname}-${pkgver}-Linux.deb ) -sha512sums=('ebc235ddb9068a5c6590008ef769c4b2874791af7f18a188b4ac9037171cdf1cc053bd1d65883cf26881a968a220c5352bbfec970186c5ad27627667f034c893') +sha512sums=('858e5bed802af11974513c37c895a9d372396104088b29063aff0a68b4acc2bb9b6370dc36dcd5f90a718c0ae471e34f749e3fa083dfe1b2fd255da0c24af249') prepare() { cd "$srcdir" |