retroart

LOW
maintainer raj-jagadeesh 0 votes scanned 2026-09-05 18:00:42.527733
View on AUR
Why flagged

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

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.

PKGBUILD

1# Maintainer: Raj Jagadeesh A P rajjagadeesh2006@gmail.com
2# Contributor: Raj Jagadeesh A P rajjagadeesh2006@gmail.com
3
4pkgname=retroart
5pkgver=1.0.0
6pkgrel=2
7pkgdesc="Convert photos into retro-style pixel art"
8arch=('any')
9url="https://github.com/Raj-Jagadeesh-A-P/RetroArt"
10license=('GPL-3.0-only')
11depends=('python' 'python-numpy' 'python-opencv')
12makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
13source=("$pkgname-$pkgver.tar.gz::https://github.com/Raj-Jagadeesh-A-P/RetroArt/archive/v$pkgver.tar.gz")
14sha256sums=('6bb6149bbd15b865d097a89ade8fa77cda0c00ed1a866a5e45ceeff567f7a47a')
15
16build() {
17 cd "$srcdir/RetroArt-$pkgver"
18 /usr/bin/python -m build --wheel --no-isolation
19}
20
21package() {
22 cd "$srcdir/RetroArt-$pkgver"
23 /usr/bin/python -m installer --destdir="$pkgdir" dist/*.whl
24}
25

Scan history

Scanned at (UTC)SeverityRules
2026-09-05 18:00:42 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion