python-pywal

LOW
maintainer orphaned 0 votes scanned 2026-08-30 17:43:42.301716
View on AUR
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
4pkgname=python-pywal
5pkgver=3.3.0
6pkgrel=11
7pkgdesc="Generate and change colorschemes on the fly"
8arch=('any')
9url="https://github.com/dylanaraps/pywal/"
10license=('MIT')
11depends=('python' 'imagemagick')
12makedepends=('python-setuptools')
13optdepends=('feh: set wallpaper'
14 'nitrogen: set wallpaper')
15source=("$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")
17validpgpkeys=("155DC67DC25496572CDD608FF635E931C2834999")
18sha256sums=('fe8fc1c29d1cad1a1a8580293dcfe32e1fac259f9dbfd5c8877439fa5948d189'
19 'SKIP')
20
21build(){
22 cd "pywal-${pkgver}"
23 python setup.py build
24}
25
26check(){
27 cd "pywal-${pkgver}"
28 python -m unittest discover -vs tests
29}
30
31package() {
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)SeverityRules
2026-08-30 17:43:42 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