voiden-beta-bin

LOW
maintainer SoftExpert 0 votes scanned 2026-08-27 07:31:53.352298
View on AUR
Why flagged

The package downloads a prebuilt .deb from the project's official GitHub repository, which is a normal AUR practice for -bin packages; the binary is not executed during build, and dependencies are standard for an Electron app, posing no active threat.

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 downloads a prebuilt .deb from the project's official GitHub repository, which is a normal AUR practice for -bin packages; the binary is not executed during build, and dependencies are standard for an Electron app, posing no active threat.

PKGBUILD

1# Maintainer: SoftExpert <softexpert at gmail dot com>
2
3_product=voiden
4pkgname=${_product}-beta-bin
5_betaver=1
6pkgver=2.3.0
7pkgrel=2
8pkgdesc='The offline, Git-native API workspace'
9arch=(x86_64)
10url='https://voiden.md/'
11license=(Apache-2.0)
12depends=(
13 # As reported by namcap
14 alsa-lib
15 at-spi2-core
16 bash
17 cairo
18 dbus
19 expat
20 glib2
21 glibc
22 gtk3
23 libcups
24 libgcc
25 libstdc++
26 libudev
27 libx11
28 libxcb
29 libxcomposite
30 libxdamage
31 libxext
32 libxfixes
33 libxkbcommon
34 libxrandr
35 mesa
36 nspr
37 nss
38 pango
39)
40provides=(voiden voiden-beta-bin)
41conflicts=(
42 voiden
43 voiden-bin
44 voiden-beta-bin
45 voiden-appimage
46 voiden-beta-appimage
47)
48options=(
49 !strip # Stripping symbols would break the binary
50 !emptydirs # Remove empty directories from package because why not
51)
52source_x86_64=(
53 "${pkgname}-${pkgver}-beta.${_betaver}.deb::https://github.com/VoidenHQ/${_product}/releases/download/v${pkgver}-beta.${_betaver}/${_product}_${pkgver}.beta.${_betaver}_amd64.deb"
54 "LICENSE-${pkgver}::https://raw.githubusercontent.com/VoidenHQ/${_product}/refs/heads/main/LICENSE"
55)
56b2sums_x86_64=('8a25c3a27fcbeb11f6f543929d442396981368d0dc37fe59fba3ea6b8aedf28d6ddbad739fb6c13ce1f0ba444e33e0d69c873ff7c40f6943e9f18c64d65f8cef'
57 'c95549a7a4e388e7ad7855f2f9bdd58f2931212ae63f9b7247e4cca8b0824941df12e93c940d52efabfb592079f13bb056bcd1335a8cc91902b2d969106577c2')
58
59prepare() {
60 bsdtar -xf "${srcdir}/data.tar.zst" -C "${srcdir}/"
61}
62
63package() {
64 cp -a \
65 "${srcdir}/usr/" \
66 "${pkgdir}/usr/"
67 install -Dm644 \
68 "LICENSE-${pkgver}" \
69 "${pkgdir}/usr/share/licenses/${_product}/LICENSE"
70}
71

Scan history

Scanned at (UTC)SeverityRules
2026-08-27 07:31:53 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