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
3
pkgname=chamelshot
4
pkgver=4.1.0
5
pkgrel=1
6
pkgdesc="A lightweight screenshot capture tool for Wayland (wlroots)"
7
arch=('x86_64')
8
url="https://github.com/kenjaku-dev/chamelshot"
9
license=('GPL3')
10
conflicts=('snapcap-wayland')
11
depends=(
12
'grim'
13
'python'
14
'python-pyside6'
15
'python-pygobject'
16
'slurp'
17
)
18
optdepends=(
19
'wl-clipboard: native Wayland clipboard support'
20
)
21
makedepends=(
22
'python-build'
23
'python-installer'
24
'python-wheel'
25
)
26
source=("$url/archive/v$pkgver.tar.gz"
27
"chamelshot.desktop")
28
sha256sums=('SKIP'
29
'SKIP')
30
31
build() {
32
cd "$srcdir/$pkgname-$pkgver"
33
python -m build --wheel --no-isolation
34
}
35
36
package() {
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) | Severity | Rules |
|---|---|---|
| 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 |