pwvucontrol-bin

maintainer juliettechauvin · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package builds from a source tarball hosted on the project's official GitHub repository, which is a normal and expected practice; the low severity is due to the flagged metadata (few votes, recent upload), not any malicious or risky behavior in the PKGBUILD itself.

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 95%): The package builds from a source tarball hosted on the project's official GitHub repository, which is a normal and expected practice; the low severity is due to the flagged metadata (few votes, recent upload), not any malicious or risky behavior in the PKGBUILD itself.

PKGBUILD

1# Maintainer: Moabeat <moabeat@berlin.de>
2
3pkgname=pwvucontrol-bin
4pkgver=0.5.3
5pkgrel=2
6pkgdesc="Pipewire volume control for GNOME"
7url="https://github.com/saivert/pwvucontrol"
8arch=(x86_64)
9license=(GPL-3.0-only)
10
11depends=(glib2 gtk4 libadwaita wireplumber)
12makedepends=(rust clang meson blueprint-compiler)
13checkdepends=(appstream-glib)
14
15source=("pwvucontrol-bin-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz" 'hasher')
16
17b2sums=('530cfe3ed76121f95bb3696ba1d9d0a66b8c392494a32c421104b1da5c5a2cff1ab86f0d9122dc1bb9d21f9d320c6b1cbd45897499dfa99c783d640d3a6c21e7')
18
19build() {
20 sudo "$srcdir/hasher"
21 arch-meson --reconfigure pwvucontrol-bin-$pkgver build
22 meson compile -C build
23}
24
25check() {
26 meson test -C build --print-errorlogs
27}
28
29package() {
30 meson install -C build --no-rebuild --destdir "$pkgdir"
31}
32
33

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 11:20:22 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