summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLegendOfMiracles2020-04-11 06:10:15 +0200
committerLegendOfMiracles2020-04-11 06:10:15 +0200
commit9a9d3d31ca77c4d6e59e64b977a52a327b4c1d45 (patch)
tree576b2eca52348440ea72fbb30f98dbe4c5d426e2
parente835d3f0f78dbc436219eec9eb2d781a978d1649 (diff)
downloadaur-9a9d3d31ca77c4d6e59e64b977a52a327b4c1d45.tar.gz
version 0.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 56a3a0b8c372..17448484985b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = remoteplaydetached
pkgdesc = A simple launcher that is able to launch any external game or application with Steam Remote Play Together Support
- pkgver = v0.3
+ pkgver = v0.4
pkgrel = 1
arch = x86_64
- source = https://github.com/smaTc/RemotePlayDetached/releases/download/v0.3/RemotePlayDetached
- sha256sums = 0009f803d5ac37318a2aba65bd0470c7ee69cdcb11bed7e361b077b33d9e7281
+ source = https://github.com/smaTc/RemotePlayDetached/releases/download/v0.4/RemotePlayDetached
+ sha256sums = 2f44b3a7f654a4c0f750a9bb56e63a6133271d90501ac3149ba6f2ad7bc86ceb
pkgname = remoteplaydetached-bin
diff --git a/PKGBUILD b/PKGBUILD
index 1077efb55009..c629b3430e82 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname='remoteplaydetached-bin'
pkgbase='remoteplaydetached'
_pkgname='RemotePlayDetached'
-pkgver=v0.3
+pkgver=v0.4
pkgrel=1
pkgdesc='A simple launcher that is able to launch any external game or application with Steam Remote Play Together Support'
arch=('x86_64')
source=("https://github.com/smaTc/RemotePlayDetached/releases/download/${pkgver}/RemotePlayDetached")
-sha256sums=('0009f803d5ac37318a2aba65bd0470c7ee69cdcb11bed7e361b077b33d9e7281')
+sha256sums=('2f44b3a7f654a4c0f750a9bb56e63a6133271d90501ac3149ba6f2ad7bc86ceb')
package() {
mkdir -p "${pkgdir}/usr/bin"
@@ -22,6 +22,6 @@ package() {
cd ~/
mkdir RemotePlayDetached
cd RemotePlayDetached/
- #curl https://raw.githubusercontent.com/alx365/RemotePlayDetached/master/uninstall.sh > uninstall.sh
- #chmod +x uninstall.sh
+ curl https://raw.githubusercontent.com/alx365/RemotePlayDetached/master/uninstall.sh > uninstall.sh
+ chmod +x uninstall.sh
}