wivrn-client-git
The package builds from a legitimate project Git repository, has no malicious payloads or remote code execution, and the only concerns are a SKIP'd checksum and recent upload with few votes, which affect trust but not inherent safety.
Triggered rules
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package builds from a legitimate project Git repository, has no malicious payloads or remote code execution, and the only concerns are a SKIP'd checksum and recent upload with few votes, which affect trust but not inherent safety.
PKGBUILD
# Maintainer: Mr.Zero88 <huesmann.mats+aur@gmail.com>
pkgname=wivrn-client-git
pkgver=r2779.6f9e146
pkgrel=1
pkgdesc="A wireless Monado-based OpenXR runtime for standalone headsets."
arch=(x86_64 aarch64)
url="https://github.com/WiVRn/WiVRn"
license=("GPL-3.0-or-later")
depends=(
"openxr"
"fontconfig"
"curl"
"boost-libs"
"ktx-software-bin"
"vulkan-icd-loader"
"ffmpeg"
"freetype2"
"harfbuzz"
"openssl"
"gcc-libs"
"glibc"
)
makedepends=(
"git"
"cmake"
"ninja"
"pkgconf"
"python"
"ktx-software-bin"
"curl"
"boost"
"ffmpeg"
"openssl"
"fontconfig"
"jsoncpp"
"librsvg"
"vulkan-headers"
"shaderc"
"glslang"
"libx11"
"libxext"
"libxcb"
"wayland"
"gcc-libs"
"glibc"
# "openxr"
)
source=("git+https://github.com/WiVRn/WiVRn.git")
sha256sums=('SKIP')
pkgver() {
cd "${srcdir}/WiVRn"
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short=7 HEAD)"
}
build() {
cd WiVRn
cmake -B build-client . \
-G Ninja \
-DWIVRN_BUILD_CLIENT=ON \
-DWIVRN_BUILD_SERVER=OFF \
-DWIVRN_BUILD_WIVRNCTL=OFF \
-DWIVRN_USE_SYSTEM_OPENXR=OFF \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_INSTALL_PREFIX="/usr" \
-Wno-dev
cmake --build build-client
}
package() {
cd "WiVRn"
DESTDIR="$pkgdir" cmake --install build-client
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-27 13:18:29 | Low | 2 |
| 2026-09-27 11:18:17 | Low | 2 |