python-pywal
LOW
maintainer orphaned
0 votes
scanned 2026-08-30 17:43:42.301716
Why flagged
The package builds from the project's official GitHub source; the only issue is a skipped PGP signature check, which reduces verification but does not introduce active malicious behavior.
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 the project's official GitHub source; the only issue is a skipped PGP signature check, which reduces verification but does not introduce active malicious behavior.
PKGBUILD
1
# Maintainer: Morten Linderud <foxboron@archlinux.org>
2
# Contributor: Sean Haugh <seanphaugh@gmail.com>
3
4
pkgname=python-pywal
5
pkgver=3.3.0
6
pkgrel=11
7
pkgdesc="Generate and change colorschemes on the fly"
8
arch=('any')
9
url="https://github.com/dylanaraps/pywal/"
10
license=('MIT')
11
depends=('python' 'imagemagick')
12
makedepends=('python-setuptools')
13
optdepends=('feh: set wallpaper'
14
'nitrogen: set wallpaper')
15
source=("$pkgname-$pkgver.tar.gz::https://github.com/dylanaraps/pywal/archive/${pkgver}.tar.gz"
16
"$pkgname-$pkgver.tar.gz.asc::https://github.com/dylanaraps/pywal/releases/download/${pkgver}/${pkgver}.tar.gz.asc")
17
validpgpkeys=("155DC67DC25496572CDD608FF635E931C2834999")
18
sha256sums=('fe8fc1c29d1cad1a1a8580293dcfe32e1fac259f9dbfd5c8877439fa5948d189'
19
'SKIP')
20
21
build(){
22
cd "pywal-${pkgver}"
23
python setup.py build
24
}
25
26
check(){
27
cd "pywal-${pkgver}"
28
python -m unittest discover -vs tests
29
}
30
31
package() {
32
cd "pywal-${pkgver}"
33
python setup.py install --prefix=/usr --root="$pkgdir/" --optimize=1 --skip-build
34
install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
35
}
36
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-30 17:43:42 | Low | 2 |