dewlock-bin

LOW
maintainer BlackFuffey 0 votes scanned 2026-08-31 13:45:31.809418
View on AUR
Why flagged

The package downloads prebuilt .deb binaries from the project's official GitHub releases, which is a normal source for binary packages; while the host is not whitelisted, the files are from the official project and checksums are provided, reducing risk.

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 downloads prebuilt .deb binaries from the project's official GitHub releases, which is a normal source for binary packages; while the host is not whitelisted, the files are from the official project and checksums are provided, reducing risk.

PKGBUILD

1# Maintainer: BlackFuffey <fluffistical@gmail.com>
2
3pkgname=(dewlock-bin)
4pkgdesc='A minimal, beautiful screen locker for Wayland.'
5url='https://github.com/shikaan/dewlock'
6license=(MIT)
7
8pkgver=0.1.0
9pkgrel=1
10
11arch=(x86_64 aarch64)
12
13depends=('glibc>=2.34' 'cairo>=1.2.4' 'pam>=0.99.7.1' 'wayland>=1.20.0' 'libxkbcommon>=0.5.0')
14makedepends=(binutils tar)
15provides=(dewlock)
16
17source_x86_64=(dewlock-x86_64-${pkgver}.deb::"${url}/releases/download/v0.1.0/dewlock-amd64.deb")
18sha256sums_x86_64=('be54166503428e7129a3d04022132b4ccd0e80412b0e1cf8df44035c4c4e141b')
19sha256sums_aarch64=('8c1bcde24684c7abfcd606b2e3ae4af059e8968b7e1e458584a44edacfb154ba')
20
21source_aarch64=(dewlock-aarch64-${pkgver}.deb::"${url}/releases/download/v0.1.0/dewlock-arm64.deb")
22
23prepare() {
24 ar x "./dewlock-${CARCH}-${pkgver}.deb"
25 tar --zstd -xf "./data.tar.zst"
26 tar --zstd -xf "./control.tar.zst"
27}
28
29package() {
30 mapfile -t backup < "./conffiles"
31 cp -r etc usr "$pkgdir"
32}
33

Scan history

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