dethumb

LOW
maintainer sachesi 0 votes scanned 2026-09-18 19:28:54.129711
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: sachesi <xsachesi@pm.me>
2
3# pkgver and sha256sums are filled in by .github/workflows/aur.yml for each release.
4pkgname=dethumb
5pkgver=0.3.3
6pkgrel=1
7pkgdesc='Thumbnailer for Linux .desktop files and Windows .exe binaries'
8arch=('x86_64' 'aarch64')
9url='https://github.com/sachesi/dethumb'
10license=('GPL-3.0-or-later')
11depends=('libgcc' 'glibc')
12makedepends=('cargo')
13source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
14sha256sums=('f804a13505884b2e943db00a46f906bac4da0b626ac96aa3c7bbc91ff7e3e5ae')
15
16prepare() {
17 cd "$pkgname-$pkgver"
18 export RUSTUP_TOOLCHAIN=stable
19 cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
20}
21
22build() {
23 cd "$pkgname-$pkgver"
24 export RUSTUP_TOOLCHAIN=stable
25 export CARGO_TARGET_DIR=target
26 cargo build --frozen --release
27}
28
29check() {
30 cd "$pkgname-$pkgver"
31 export RUSTUP_TOOLCHAIN=stable
32 export CARGO_TARGET_DIR=target
33 cargo test --frozen
34}
35
36package() {
37 cd "$pkgname-$pkgver"
38 install -Dm755 target/release/dethumb -t "$pkgdir/usr/bin"
39 install -Dm644 packaging/usr/share/thumbnailers/dethumb.thumbnailer -t "$pkgdir/usr/share/thumbnailers"
40}
41

Scan history

Scanned at (UTC)SeverityRules
2026-09-18 19:28:54 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