broadcast-gui-git

LOW
maintainer londospark 0 votes scanned 2026-08-31 17:46:09.540886
View on AUR
Why flagged

The package builds from source hosted on GitHub under the project's own repository; the low severity is due to few votes and recent upload, not malicious content.

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 source hosted on GitHub under the project's own repository; the low severity is due to few votes and recent upload, not malicious content.

PKGBUILD

1# Maintainer: Gareth Hubball <ridecar2@gmail.com>
2pkgname=broadcast-gui-git
3pkgver=0.5.1.r0.g0000000
4pkgrel=1
5pkgdesc="GTK4 GUI for AI-powered per-application noise suppression on PipeWire (git version)"
6arch=('x86_64')
7url="https://github.com/londospark/broadcast"
8license=('GPL-3.0-or-later')
9depends=('pipewire' 'pipewire-pulse' 'gtk4' 'libadwaita' 'gtk4-layer-shell')
10makedepends=('cargo' 'git')
11provides=('broadcast-gui')
12conflicts=('broadcast-gui' 'broadcast-gui-bin')
13source=("$pkgname::git+https://github.com/londospark/broadcast.git")
14sha256sums=('SKIP')
15
16pkgver() {
17 cd "$pkgname"
18 git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g;s/^v//'
19}
20
21prepare() {
22 cd "$pkgname"
23 cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
24}
25
26build() {
27 cd "$pkgname"
28 export RUSTUP_TOOLCHAIN=stable
29 export CARGO_TARGET_DIR=target
30 cargo build --frozen --release -p broadcast-gui
31}
32
33package() {
34 cd "$pkgname"
35 install -Dm755 target/release/broadcast-gui "$pkgdir/usr/bin/broadcast-gui"
36 install -Dm644 broadcast-gui.desktop "$pkgdir/usr/share/applications/broadcast-gui.desktop"
37 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
38}
39

Scan history

Scanned at (UTC)SeverityRules
2026-08-31 17:46:09 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