intel-gna-dkms-git

LOW
maintainer Magniquick 0 votes scanned 2026-09-23 15:40:39.984319
View on AUR
Why flagged

Package builds from a public Git repository of the project's own source code; the low severity is due to few votes and recent upload, but the source is transparent and hosted on the maintainer's GitHub, with no evidence of malicious behavior.

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%): Package builds from a public Git repository of the project's own source code; the low severity is due to few votes and recent upload, but the source is transparent and hosted on the maintainer's GitHub, with no evidence of malicious behavior.

PKGBUILD

1# Maintainer: Navon John Lukose <67406856+Magniquick@users.noreply.github.com>
2
3pkgname=intel-gna-dkms-git
4_modname=intel-gna
5_subdir=gna
6pkgver=r2.de3c9e0
7pkgrel=1
8pkgdesc="Intel GNA (Gaussian & Neural Accelerator) accel driver, DKMS (out-of-tree port of the v5 dri-devel series)"
9arch=('any')
10url="https://github.com/Magniquick/intel-client-dkms"
11license=('GPL-2.0-only')
12depends=('dkms')
13makedepends=('git')
14provides=('intel-gna-dkms')
15conflicts=('intel-gna-dkms')
16source=("intel-client-dkms::git+$url.git")
17sha256sums=('SKIP')
18
19pkgver() {
20 cd intel-client-dkms
21 printf "r%s.%s" "$(git rev-list --count HEAD -- "$_subdir")" \
22 "$(git log -1 --format=%h -- "$_subdir")"
23}
24
25package() {
26 cd "intel-client-dkms/$_subdir"
27 local dest="$pkgdir/usr/src/$_modname-$pkgver"
28
29 install -d "$dest"
30 cp -r --no-preserve=ownership . "$dest"
31 sed -i "s/@PKGVER@/$pkgver/" "$dest/dkms.conf"
32
33 install -Dm644 COPYING -t "$pkgdir/usr/share/licenses/$pkgname"
34 cp -r --no-preserve=ownership LICENSES "$pkgdir/usr/share/licenses/$pkgname/"
35}
36

Scan history

Scanned at (UTC)SeverityRules
2026-09-23 15:40:39 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