chamelshot

maintainer achrafchergui · 0 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package builds from a source tarball hosted on the project's own GitHub repository, which is a common and legitimate practice; the flagged low votes and recent upload are quality indicators, not security risks, and the source code is openly reviewable.

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 a source tarball hosted on the project's own GitHub repository, which is a common and legitimate practice; the flagged low votes and recent upload are quality indicators, not security risks, and the source code is openly reviewable.

PKGBUILD

1# Maintainer: kenjaku-dev <kenjaku.dev@gmail.com>
2
3pkgname=chamelshot
4pkgver=4.1.0
5pkgrel=1
6pkgdesc="A lightweight screenshot capture tool for Wayland (wlroots)"
7arch=('x86_64')
8url="https://github.com/kenjaku-dev/chamelshot"
9license=('GPL3')
10conflicts=('snapcap-wayland')
11depends=(
12 'grim'
13 'python'
14 'python-pyside6'
15 'python-pygobject'
16 'slurp'
17)
18optdepends=(
19 'wl-clipboard: native Wayland clipboard support'
20)
21makedepends=(
22 'python-build'
23 'python-installer'
24 'python-wheel'
25)
26source=("$url/archive/v$pkgver.tar.gz"
27 "chamelshot.desktop")
28sha256sums=('SKIP'
29 'SKIP')
30
31build() {
32 cd "$srcdir/$pkgname-$pkgver"
33 python -m build --wheel --no-isolation
34}
35
36package() {
37 cd "$srcdir/$pkgname-$pkgver"
38 python -m installer --destdir="$pkgdir" dist/*.whl
39
40 install -Dm644 "$srcdir/chamelshot.desktop" "$pkgdir/usr/share/applications/chamelshot.desktop"
41 install -Dm644 icon.png "$pkgdir/usr/share/pixmaps/chamelshot.png"
42}
43

Changes since previous scan

--- PKGBUILD @ 2026-08-01 00:11
+++ PKGBUILD @ 2026-08-03 00:08
@@ -1,7 +1,7 @@
# Maintainer: kenjaku-dev <kenjaku.dev@gmail.com>
pkgname=chamelshot
-pkgver=0.3.0
+pkgver=4.1.0
pkgrel=1
pkgdesc="A lightweight screenshot capture tool for Wayland (wlroots)"
arch=('x86_64')
@@ -12,6 +12,7 @@
'grim'
'python'
'python-pyside6'
+ 'python-pygobject'
'slurp'
)
optdepends=(

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 03:19:42 LOW 2
2026-08-01 00:11:18 LOW 2
2026-07-31 00:14:10 LOW 2
2026-07-30 01:13:52 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