summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052023-11-14 15:14:53 +0800
committerzxp198210052023-11-14 15:14:53 +0800
commit1e2490252b3b0797c60f83cb46d44b1153954bff (patch)
tree3e16ecd978a8fddc3a7c56a6d952e39eea8c81c8
parentf461686934e214434f4ef1663182091e5fdb231c (diff)
downloadaur-1e2490252b3b0797c60f83cb46d44b1153954bff.tar.gz
fix errors
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD12
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cdcbf1e33e8f..205af96fb342 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,10 @@
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.5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/m4dEngi/RemotePlayWhatever
arch = x86_64
license = MIT
- depends = gcc-libs
- depends = glibc
provides = remoteplaywhatever=0.2.5
conflicts = remoteplaywhatever
source = remoteplaywhatever-0.2.5.deb::https://github.com/m4dEngi/RemotePlayWhatever/releases/download/0.2.5-alpha/RemotePlayWhatever-0.2.5-Linux.deb
diff --git a/PKGBUILD b/PKGBUILD
index 07990d63c65d..51cb7339ad67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,19 +3,21 @@
pkgname=remoteplaywhatever-bin
_pkgname=RemotePlayWhatever
pkgver=0.2.5
-pkgrel=1
+pkgrel=2
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')
license=('MIT')
url="https://github.com/m4dEngi/RemotePlayWhatever"
provides=("${pkgname%-bin}=${pkgver}")
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")
+depends=()
+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=('a165461ba758e44d564ef9057adc1b51185cff85846f08dd2456d332c08b8fa7'
'284724acc9bb9b5a0579ca01589605ad6d8b4cd01094d7077ca6308aa5786cdd')
-prepare() {
+build() {
bsdtar -xf "${srcdir}/data.tar.gz"
}
package() {