pickled-git

maintainer snazar0 · 1 votes · scanned 2026-08-03 00:08:14.047287
LOW
View on AUR ↗
Why flagged The package builds from a legitimate Git repository on Codeberg, a trusted forge; the low severity is due to few votes and recent upload, not malicious content.

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 legitimate Git repository on Codeberg, a trusted forge; the low severity is due to few votes and recent upload, not malicious content.

PKGBUILD

1# Maintainer: Joel Eapen <joelpeapen@gmail.com>
2pkgname='pickled-git'
3_pkgname='pickled'
4pkgver=r1.dae1e1a
5pkgrel=1
6pkgdesc="lightweight colorpicker"
7arch=("x86_64")
8license=('GPL-3.0')
9makedepends=('git' 'wayland' 'libxkbcommon' 'freetype2' 'libffi' 'zlib' 'bzip2' 'libpng' 'brotli')
10depends=('glibc' 'wayland' 'libxkbcommon' 'freetype2')
11optdepends=('hyprpicker')
12url="https://codeberg.org/j_ole/$_pkgname"
13source=("$_pkgname::git+https://codeberg.org/j_ole/$_pkgname.git")
14sha256sums=('SKIP')
15
16pkgver() {
17 cd "$_pkgname"
18 printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
19}
20
21build() {
22 cd "$_pkgname"
23 make
24}
25
26package() {
27 cd "$_pkgname"
28 make install DESTDIR="$pkgdir"
29}
30

Changes since previous scan

--- PKGBUILD @ 2026-08-01 00:11
+++ PKGBUILD @ 2026-08-03 00:08
@@ -1,7 +1,7 @@
# Maintainer: Joel Eapen <joelpeapen@gmail.com>
pkgname='pickled-git'
_pkgname='pickled'
-pkgver=r2.3edefe3
+pkgver=r1.dae1e1a
pkgrel=1
pkgdesc="lightweight colorpicker"
arch=("x86_64")

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 07:20:18 LOW 2
2026-08-01 00:11:18 LOW 2
2026-07-31 07:17:22 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