cosmic-randr-vrr-fix

maintainer heisenberg_1205 · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package builds from a legitimate project source (GitHub) with a recent upload and few votes, but the source is transparent and the build process is standard Rust/cargo workflow without suspicious downloads or execution of untrusted binaries.

Triggered rules

LOW Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

LOW AI review llm_review

An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 90%): The package builds from a legitimate project source (GitHub) with a recent upload and few votes, but the source is transparent and the build process is standard Rust/cargo workflow without suspicious downloads or execution of untrusted binaries.

PKGBUILD

1# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
2# Maintainer: Peter Jung <ptr1337@archlinux.org>
3# Contributor: Mark Wagie <mark.wagie@proton.me>
4
5pkgname=cosmic-randr-vrr-fix
6pkgver=1.5.0
7pkgrel=1
8epoch=1
9pkgdesc='Library and utility for displaying and configuring Wayland outputs (VRR fix)'
10arch=(x86_64)
11url=https://github.com/skygrango/cosmic-randr
12license=(MPL-2.0)
13groups=(cosmic)
14provides=(cosmic-randr)
15conflicts=(cosmic-randr)
16depends=(
17 libgcc
18 glibc
19 wayland
20)
21makedepends=(
22 cargo
23 git
24 just
25 lld
26)
27source=(
28 'cosmic-randr::git+https://github.com/skygrango/cosmic-randr.git#branch=vrr_target_rate_v2'
29 'cosmic-randr-lto.patch'
30)
31b2sums=(
32 'SKIP'
33 '3bcdff90827243e43c4c581a8982a2739c339a98de089739c0ceaea2fdd76e555bde0a81a52f3603ee3cf7ccf8cf9e1410fd7211e445252fda7ce909ce13d776'
34)
35
36prepare() {
37 cd cosmic-randr
38 patch -Np1 -i ../cosmic-randr-lto.patch
39 cargo fetch --locked
40}
41
42build() {
43 cd cosmic-randr
44 RUSTFLAGS+=" -C link-arg=-fuse-ld=lld"
45 just build-release --frozen
46}
47
48package() {
49 cd cosmic-randr
50 just rootdir="${pkgdir}" install
51}
52
53# vim: ts=2 sw=2 et:
54

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 LOW 2
2026-08-02 00:16:08 LOW 2
2026-08-01 00:11:18 LOW 2
2026-07-31 19:18:43 LOW 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion