summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f424fe98d83..c6348262ca88 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.14
+ pkgver = 0.1.15
pkgrel = 1
url = https://github.com/m4dEngi/RemotePlayWhatever
arch = x86_64
depends = wxgtk-common
depends = wxgtk3
- source = remoteplaywhatever-bin-0.1.14.deb::https://github.com/m4dEngi/remoteplaywhatever/releases/download/0.1.14-alpha/remoteplaywhatever-0.1.14-Linux.deb
- sha512sums = d46c22293784e8bfc68998d568942def7f6a6bd9a21d884bc8aae321ad5c4011c6448b6f06145d26292a0b15a945cb3c1b620c0db61ce9ae66d453ba6da9cbca
+ source = remoteplaywhatever-bin-0.1.15.deb::https://github.com/m4dEngi/remoteplaywhatever/releases/download/0.1.15-alpha/remoteplaywhatever-0.1.15-Linux.deb
+ sha512sums = 9ad789fa804535edb376258f062dd0f990a4fcbced65881444fa2812f06141112340a390780373e4d4e49702901bb3339bb6c3edac8b825f02b34f155d70db23
pkgname = remoteplaywhatever-bin
diff --git a/PKGBUILD b/PKGBUILD
index 1d8cf2cf5fbd..f8802e509024 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rojikku <RojikkuNoKami at gmail dot com>
_pkgname=remoteplaywhatever
pkgname=${_pkgname}-bin
-pkgver=0.1.14
+pkgver=0.1.15
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 @@ depends=('wxgtk-common' 'wxgtk3')
source=(
${pkgname}-${pkgver}.deb::https://github.com/m4dEngi/${_pkgname}/releases/download/${pkgver}-alpha/${_pkgname}-${pkgver}-Linux.deb
)
-sha512sums=('d46c22293784e8bfc68998d568942def7f6a6bd9a21d884bc8aae321ad5c4011c6448b6f06145d26292a0b15a945cb3c1b620c0db61ce9ae66d453ba6da9cbca')
+sha512sums=('9ad789fa804535edb376258f062dd0f990a4fcbced65881444fa2812f06141112340a390780373e4d4e49702901bb3339bb6c3edac8b825f02b34f155d70db23')
prepare() {
cd "$srcdir"