summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRojikku2022-12-01 18:20:36 -0500
committerRojikku2022-12-01 18:20:36 -0500
commita242e6f6cf80652640f4b56c44f1672e906ece7a (patch)
tree75698fff5d6783d249f85246ce9268e1992a67ad
parent9d873892bb24208f4228989cd94587f1c328b6fd (diff)
downloadaur-a242e6f6cf80652640f4b56c44f1672e906ece7a.tar.gz
Update to v0.2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4dd997d51c0a..2d92e190d2c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 91e0db58a809..85d1758a3a9b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"