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