vlink-git

maintainer zhumarin · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package builds from a public git repository with a SKIP'd checksum, but the source is the project's own git repo and the build process is standard; 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 90%): The package builds from a public git repository with a SKIP'd checksum, but the source is the project's own git repo and the build process is standard; the low severity is due to few votes and recent upload, not malicious content.

PKGBUILD

1# Maintainer: Kirill Zhumarin <kirill.zhumarin@gmail.com>
2pkgname=vlink-git
3pkgver=0.18a.r0.g432290d
4pkgrel=1
5pkgdesc='Portable linker for multiple file formats (git version)'
6arch=(x86_64)
7url='https://github.com/siemens-mobile-hacks/vlink'
8license=(custom)
9depends=(glibc)
10makedepends=(git)
11provides=(vlink)
12conflicts=(vlink)
13source=(git+https://github.com/siemens-mobile-hacks/vlink.git)
14sha256sums=(SKIP)
15
16pkgver() {
17 cd vlink
18 git describe --long --tags --abbrev=7 | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
19}
20
21build() {
22 cd vlink
23 make \
24 CC="gcc $CPPFLAGS" \
25 CFLAGS="$CFLAGS -std=c99 -pedantic -c" \
26 LDOPTS="$LDFLAGS"
27}
28
29package() {
30 install -Dm755 vlink/vlink "$pkgdir/usr/bin/vlink"
31}
32

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 LOW 2
2026-08-02 00:16:08 LOW 2
2026-08-01 00:11:18 LOW 2
2026-07-31 00:14:10 LOW 2
2026-07-30 00:17:23 LOW 2
2026-07-29 15:12:02 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