summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052023-12-27 21:52:09 +0800
committerzxp198210052023-12-27 21:52:09 +0800
commit40a23d8accbff3a73e8233c27caf5f35f8d5a6fe (patch)
treebe44c4bc8eee354af8a64b55ad7d279122aacfb8
parent1e2490252b3b0797c60f83cb46d44b1153954bff (diff)
downloadaur-40a23d8accbff3a73e8233c27caf5f35f8d5a6fe.tar.gz
fix errors
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 205af96fb342..9f087fc9eec8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
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 = 2
+ pkgrel = 3
url = https://github.com/m4dEngi/RemotePlayWhatever
arch = x86_64
license = MIT
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
- source = LICENSE::https://raw.githubusercontent.com/m4dEngi/RemotePlayWhatever/0.2.5-alpha/LICENSE
+ source = LICENSE-0.2.5::https://raw.githubusercontent.com/m4dEngi/RemotePlayWhatever/0.2.5-alpha/LICENSE
sha256sums = a165461ba758e44d564ef9057adc1b51185cff85846f08dd2456d332c08b8fa7
sha256sums = 284724acc9bb9b5a0579ca01589605ad6d8b4cd01094d7077ca6308aa5786cdd
diff --git a/PKGBUILD b/PKGBUILD
index 51cb7339ad67..e5969567c3dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=remoteplaywhatever-bin
_pkgname=RemotePlayWhatever
pkgver=0.2.5
-pkgrel=2
+pkgrel=3
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')
@@ -13,7 +13,7 @@ conflicts=("${pkgname%-bin}")
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"
+ "LICENSE-${pkgver}::https://raw.githubusercontent.com/m4dEngi/RemotePlayWhatever/${pkgver}-alpha/LICENSE"
)
sha256sums=('a165461ba758e44d564ef9057adc1b51185cff85846f08dd2456d332c08b8fa7'
'284724acc9bb9b5a0579ca01589605ad6d8b4cd01094d7077ca6308aa5786cdd')
@@ -22,5 +22,5 @@ build() {
}
package() {
install -Dm755 "${srcdir}/usr/bin/${pkgname%-bin}" -t "${pkgdir}/usr/bin"
- install -Dm644 "${srcdir}/LICENSE" -t "${pkgdir}/usr/share/licenses/${pkgname}"
+ install -Dm644 "${srcdir}/LICENSE-${pkgver}" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
} \ No newline at end of file