summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052023-09-13 11:22:59 +0800
committerzxp198210052023-09-13 11:22:59 +0800
commitf461686934e214434f4ef1663182091e5fdb231c (patch)
tree0f7fce129ffa86834551b0c0fab5d9d071266a04
parent54f779eca00465b5ebcca02c1e28e92bbdeb27e0 (diff)
downloadaur-f461686934e214434f4ef1663182091e5fdb231c.tar.gz
update to 0.2.5
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5205b40a5cd2..cdcbf1e33e8f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
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.2.4
+ pkgver = 0.2.5
pkgrel = 1
url = https://github.com/m4dEngi/RemotePlayWhatever
arch = x86_64
license = MIT
depends = gcc-libs
depends = glibc
- provides = remoteplaywhatever=0.2.4
+ provides = remoteplaywhatever=0.2.5
conflicts = remoteplaywhatever
- source = remoteplaywhatever-0.2.4.deb::https://github.com/m4dEngi/RemotePlayWhatever/releases/download/0.2.4-alpha/RemotePlayWhatever-0.2.4-Linux.deb
- source = LICENSE::https://raw.githubusercontent.com/m4dEngi/RemotePlayWhatever/0.2.4-alpha/LICENSE
- sha256sums = bccd5e80f2767e3adf83c5fcd31cfa415a97f097c95f9b5a9b22261e2479dccb
+ source = remoteplaywhatever-0.2.5.deb::https://github.com/m4dEngi/RemotePlayWhatever/releases/download/0.2.5-alpha/RemotePlayWhatever-0.2.5-Linux.deb
+ source = LICENSE::https://raw.githubusercontent.com/m4dEngi/RemotePlayWhatever/0.2.5-alpha/LICENSE
+ sha256sums = a165461ba758e44d564ef9057adc1b51185cff85846f08dd2456d332c08b8fa7
sha256sums = 284724acc9bb9b5a0579ca01589605ad6d8b4cd01094d7077ca6308aa5786cdd
pkgname = remoteplaywhatever-bin
diff --git a/PKGBUILD b/PKGBUILD
index 242e8f23dbe4..07990d63c65d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Rojikku <RojikkuNoKami at gmail dot com>
pkgname=remoteplaywhatever-bin
_pkgname=RemotePlayWhatever
-pkgver=0.2.4
+pkgver=0.2.5
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')
@@ -13,7 +13,7 @@ conflicts=("${pkgname%-bin}")
depends=('gcc-libs' 'glibc')
source=("${pkgname%-bin}-${pkgver}.deb::${url}/releases/download/${pkgver}-alpha/${_pkgname}-${pkgver}-Linux.deb"
"LICENSE::https://raw.githubusercontent.com/m4dEngi/RemotePlayWhatever/${pkgver}-alpha/LICENSE")
-sha256sums=('bccd5e80f2767e3adf83c5fcd31cfa415a97f097c95f9b5a9b22261e2479dccb'
+sha256sums=('a165461ba758e44d564ef9057adc1b51185cff85846f08dd2456d332c08b8fa7'
'284724acc9bb9b5a0579ca01589605ad6d8b4cd01094d7077ca6308aa5786cdd')
prepare() {
bsdtar -xf "${srcdir}/data.tar.gz"