dsview-arinc429-decoder-git

LOW
maintainer taotieren 0 votes scanned 2026-08-27 11:32:31.656570
View on AUR
Why flagged

The package builds from the project's own Git repository, installs only Python source files and documentation, and poses no remote code execution or supply-chain risk despite unverified checksum and low votes.

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 the project's own Git repository, installs only Python source files and documentation, and poses no remote code execution or supply-chain risk despite unverified checksum and low votes.

PKGBUILD

1# Maintainer: taotieren <admin@taotieren.com>
2
3pkgbase=dsview-arinc429-decoder-git
4pkgname=dsview-arinc429-decoder-git
5pkgver=r28.d19f65c
6pkgrel=1
7pkgdesc="Decoder (ARINC 429) plugin for DSView"
8arch=(any)
9url="https://github.com/Aleksandr-Kai/DSView_ARINC429_Decoder"
10license=(GPL-2.0-or-later)
11provides=(${pkgname%-git})
12conflicts=(${pkgname%-git})
13replaces=()
14depends=(
15 python
16)
17makedepends=(
18 git
19)
20optdepends=(
21 "dsview: GUI programe for supporting various instruments from DreamSourceLab, including logic analyzer, oscilloscope, etc"
22)
23# backup=()
24# options=('!lto' '!debug')
25# install=
26source=("${pkgname}::git+${url}.git")
27sha256sums=('SKIP')
28
29pkgver() {
30 cd "${srcdir}/${pkgname}"
31 (
32 set -o pipefail
33 git describe --long --tag --abbrev=7 2>/dev/null | sed 's/^v//g;s/\([^-]*-g\)/r\1/;s/-/./g' ||
34 printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short=7 HEAD)"
35 )
36}
37
38prepare() {
39 git -C "${srcdir}/${pkgbase}" clean -dfx
40}
41
42package() {
43 cd "${srcdir}/${pkgname}/"
44 install -vDm0644 pd.py -t ${pkgdir}/usr/share/libsigrokdecode4DSL/decoders/arinc429
45 install -vDm0644 /dev/stdin ${pkgdir}/usr/share/libsigrokdecode4DSL/decoders/arinc429/__init__.py <<EOF
46from .pd import Decoder
47EOF
48 install -vDm0644 *.md -t ${pkgdir}/usr/share/doc/${pkgname}/
49 cp -rv screenshots ${pkgdir}/usr/share/doc/${pkgname}/
50 # install -vDm0644 LICENSE* -t ${pkgdir}/usr/share/licenses/${pkgname}/
51}
52

Scan history

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