baresip-qt-gui-git

LOW
maintainer CxOrg 1 votes scanned 2026-09-21 11:34:50.247705
View on AUR
Why flagged

The package builds from a publicly accessible Git repository with a SKIP'd checksum, but the source is transparent and the build process is standard CMake; 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 a publicly accessible Git repository with a SKIP'd checksum, but the source is transparent and the build process is standard CMake; the low severity is due to few votes and recent upload, not malicious content.

PKGBUILD

1# Maintainer CxOrg <clx.org@cloud-org.uk>
2pkgname=baresip-qt-gui-git
3pkgver=4.10.0_qt1.r4733.gcd1327ff
4pkgrel=1
5pkgdesc="Baresip bundled with custom native Qt applet and simple call interface for KDE Plasma6 (Wayland)"
6arch=('x86_64')
7url="https://github.com/CxOrg/baresip-qt"
8license=('BSD-3-Clause')
9
10depends=('qt6-base' 'layer-shell-qt' 'libre' 'openssl' 'opus' 'frameworkintegration')
11makedepends=('cmake' 'git')
12
13provides=('baresip' 'baresip-qt-gui')
14conflicts=('baresip' 'baresip-qt-gui')
15
16source=("git+https://github.com/CxOrg/baresip-qt.git#branch=call-dialogue")
17sha256sums=('SKIP')
18
19pkgver() {
20 cd baresip-qt
21 printf "4.10.0_qt1.r%s.g%s" "$(git rev-list --count HEAD)" \
22 "$(git rev-parse --short HEAD)"
23}
24
25build() {
26 # No -DMODULES override: build all modules whose deps are available
27 # (each module's CMakeLists auto-skips when its deps are missing).
28 cmake -B build -S "${srcdir}/baresip-qt" \
29 -DCMAKE_BUILD_TYPE=None \
30 -DCMAKE_INSTALL_PREFIX=/usr
31 cmake --build build
32}
33
34package() {
35 cmake --install build --prefix="${pkgdir}/usr"
36
37 install -Dm644 "${srcdir}/baresip-qt/LICENSE" \
38 "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
39}
40

Scan history

Scanned at (UTC)SeverityRules
2026-09-21 11:34:50 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