sndiff-git

LOW
maintainer mysticshirou 0 votes scanned 2026-08-28 13:35:28.543646
View on AUR
Why flagged

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

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.

PKGBUILD

1# Maintainer: mysticshirou
2pkgname=sndiff-git
3pkgver=0.3
4pkgrel=1
5pkgdesc="Diff snapper snapshots — package and /etc file changes (Arch Linux fork)"
6arch=('x86_64')
7url="https://github.com/mysticshirou/sndiff"
8license=('MIT')
9depends=('pacman' 'snapper')
10makedepends=('cargo')
11optdepends=('snap-pac: automatic pre/post snapshots around pacman transactions')
12provides=('sndiff')
13conflicts=('sndiff')
14source=("$pkgname::git+$url.git")
15sha256sums=('SKIP')
16
17pkgver() {
18 cd "$srcdir/$pkgname"
19 printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
20}
21
22build() {
23 cd "$srcdir/$pkgname"
24 cargo build --release --locked
25}
26
27package() {
28 cd "$srcdir/$pkgname"
29 install -Dm755 target/release/sndiff "$pkgdir/usr/bin/sndiff"
30}
31

Scan history

Scanned at (UTC)SeverityRules
2026-08-28 13:35:28 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion