dosierskanilo-git

LOW
maintainer cschlote 0 votes scanned 2026-09-13 13:14:45.435081
View on AUR
Why flagged

The package builds from the project's own Git repository, which is a normal AUR practice; 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 the project's own Git repository, which is a normal AUR practice; the low severity is due to few votes and recent upload, not malicious content.

PKGBUILD

1pkgname=dosierskanilo-git
2pkgver=0
3pkgrel=1
4pkgdesc='Development version of the DosierSkanilo scanner'
5arch=('x86_64')
6url='https://github.com/cschlote/DosierSkanilo'
7license=('custom:CC-BY-NC-SA-4.0')
8depends=('mediainfo' 'file' 'unzip' 'tar' 'unrar' 'p7zip')
9makedepends=('ldc' 'dub' 'git')
10provides=('dosierskanilo')
11conflicts=('dosierskanilo')
12source=('git+https://github.com/cschlote/DosierSkanilo.git')
13sha256sums=('SKIP')
14
15pkgver() {
16 cd "$srcdir/DosierSkanilo"
17 printf 'r%s.g%s' "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
18}
19
20build() {
21 cd "$srcdir/DosierSkanilo"
22 DC=ldc2 dub build --build=release --compiler=ldc2 --config=cli
23}
24
25package() {
26 cd "$srcdir/DosierSkanilo"
27 install -Dm755 build/bin/dosierskanilo "$pkgdir/usr/bin/dosierskanilo"
28}
29

Scan history

Scanned at (UTC)SeverityRules
2026-09-13 13:14:45 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