surfn-arc-icons-git

LOW
maintainer xythrez 0 votes scanned 2026-09-21 01:33:35.892786
View on AUR
Why flagged

The package builds an icon theme from a specific Git commit of a legitimate repository; the source is not malicious, though the SKIP'd checksum and low votes slightly increase risk.

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 an icon theme from a specific Git commit of a legitimate repository; the source is not malicious, though the SKIP'd checksum and low votes slightly increase risk.

PKGBUILD

1# Maintainer: Yiyao Yu <yuydevel at protonmail dot com>
2# Contributor: Erik Dubois <erik.dubois@gmail.com>
3pkgname=surfn-arc-icons-git
4_pkgname=Surfn-Arc
5pkgver=25.04.01.r1.g72178d5f
6pkgrel=1
7pkgdesc='Surfn Arc, a colourful icon theme'
8arch=('any')
9url='https://github.com/erikdubois/Surfn'
10license=('CC-BY-NC-SA-4.0')
11depends=('surfn-icons-git')
12makedepends=('git')
13options=(!strip !emptydirs)
14# Last commit containing this variant; the split repository is unavailable.
15_commit=72178d5f93e73334fb38fff9e3c47b206ec47c18
16source=("${_pkgname}::git+${url}.git#commit=${_commit}")
17sha256sums=('SKIP')
18
19pkgver() {
20 cd "${_pkgname}"
21 git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
22}
23
24package() {
25 cd "${srcdir}/${_pkgname}/surfn-icons"
26
27 # Delete build scripts and caches regenerated by the system icon-cache hook.
28 find "${_pkgname}" -type f \( -name '*.sh' -o -name 'icon-theme.cache' \) -delete
29
30 install -dm 755 "${pkgdir}/usr/share/icons/"
31 cp -r "${_pkgname}" "${pkgdir}/usr/share/icons/"
32}
33
34# vim:set et ts=2 sw=2 tw=79:
35

Scan history

Scanned at (UTC)SeverityRules
2026-09-21 01:33:35 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