Package Details: alvr-launcher-bin 20.14.1-2

Git Clone URL: https://aur.archlinux.org/alvr-launcher-bin.git (read-only, click to copy)
Package Base: alvr-launcher-bin
Description: Launcher for ALVR. Stream VR games from your PC to your headset via Wi-Fi.
Upstream URL: https://github.com/alvr-org/ALVR
Keywords: airlink alvr vr
Licenses: MIT
Conflicts: alvr-launcher
Provides: alvr-launcher
Submitter: AntiApple4life
Maintainer: AntiApple4life
Last Packager: AntiApple4life
Votes: 5
Popularity: 1.00
First Submitted: 2024-08-31 04:08 (UTC)
Last Updated: 2026-02-07 18:32 (UTC)

Latest Comments

AntiApple4life commented on 2026-02-07 18:32 (UTC)

Just added a version number to the tar.gz, thanks for letting me know!

A43 commented on 2026-02-07 18:20 (UTC) (edited on 2026-02-07 18:21 (UTC) by A43)

As established, this package will fail to build if there is an old download in the PKGBUILD's directory. This is because every ALVR release uses the same file name for downloads, leading makepkg to assume that the source is already downloaded. In cases like this it is correct to force the source to download to a file that includes the version number. The following diff fixes this PKGBUILD by doing this and should be applied by @AntiApple4life.

diff --git a/PKGBUILD b/PKGBUILD
index df6c63a..b873937 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ depends=('hicolor-icon-theme')
 makedepends=('imagemagick')
 provides=("${pkgname%-bin}")
 conflicts=("${pkgname%-bin}")
-source=("https://github.com/alvr-org/ALVR/releases/download/v$pkgver/${_pkgname%-launcher}_launcher_linux.tar.gz"
+source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/alvr-org/ALVR/releases/download/v$pkgver/${_pkgname%-launcher}_launcher_linux.tar.gz"
        "${_pkgname}.png"
        "${_pkgname}.desktop")
 md5sums=('9c5656b9e41b810fd4a8026b59c65467'

Thanks for fixing this!

AntiApple4life commented on 2025-07-06 16:28 (UTC) (edited on 2025-07-06 16:28 (UTC) by AntiApple4life)

Sorry about that, it's fixed now!

maxlefou commented on 2025-07-06 15:14 (UTC) (edited on 2025-07-06 15:16 (UTC) by maxlefou)

It didn't for me. Checksum fails for alvr_launcher_linux.tar.gz. Yay -Scc doesn't fix it. After checking, the checksum is indeed wrong. Please fix.

lucian commented on 2025-02-10 16:53 (UTC)

hey yeah - that's did it.

AntiApple4life commented on 2025-02-09 22:20 (UTC)

maybe clear your yay cache yay -Scc

lucian commented on 2025-02-09 16:20 (UTC)

have the same problem: error md5 missmatch.

"Validating source files with md5sums...alvr_launcher_linux.tar.gz ... FAILED"

just downloaded directly from github, calculated md5 and its the same as in the build script "faafb49632dd7db35d62869d2aba9b2d".

no idea why its not working.

r05m commented on 2025-02-09 13:55 (UTC)

I was able to get it to build and install properly. It was failing for some reason with yay but doing the install manually fixed my issue. Sorry about bugging you!

AntiApple4life commented on 2025-02-08 14:57 (UTC)

I ran the PKGBUILD and got no errors, did you fetch the most recent one? also, can you send me the md5 sum for your download?

r05m commented on 2025-02-08 14:15 (UTC)

Looks like the MD5 sums may be incorrect with the latest build. Getting the following error when updating:

==> Validating source files with md5sums... alvr_launcher_linux.tar.gz ... FAILED alvr-launcher.png ... Passed alvr-launcher.desktop ... Passed ==> ERROR: One or more files did not pass the validity check!