sparkle-rolling-bin

LOW
maintainer xishang 0 votes scanned 2026-08-31 00:19:57.373659
View on AUR
Why flagged

The package installs prebuilt binaries from the project's official GitHub releases, which is normal for -bin packages; the low severity is due to the binary nature and unverifiable origin of the .deb files, but they are from the legitimate project source.

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 installs prebuilt binaries from the project's official GitHub releases, which is normal for -bin packages; the low severity is due to the binary nature and unverifiable origin of the .deb files, but they are from the legitimate project source.

PKGBUILD

1pkgname=sparkle-rolling-bin
2_pkgname=sparkle
3pkgver=1.26.8.r1279.a36c43e
4_releasever=1.26.8-rolling-a36c43e
5pkgrel=1
6pkgdesc="Another Mihomo GUI (rolling binary release)"
7arch=('x86_64' 'aarch64')
8url="https://github.com/xishang0128/sparkle"
9license=('GPL-3.0-only')
10depends=('alsa-lib' 'at-spi2-core' 'cairo' 'dbus' 'expat' 'gcc-libs' 'glib2'
11 'glibc' 'gtk3' 'libcups' 'libx11' 'libxcb' 'libxcomposite' 'libxdamage'
12 'libxext' 'libxfixes' 'libxkbcommon' 'libxrandr' 'mesa' 'nspr' 'nss'
13 'pango' 'systemd-libs')
14makedepends=('libarchive')
15provides=("sparkle=${pkgver}")
16conflicts=('sparkle' 'sparkle-bin' 'sparkle-git' 'sparkle-electron'
17 'sparkle-electron-bin' 'sparkle-electron-git')
18install=${_pkgname}.install
19source=("${_pkgname}.sh")
20source_x86_64=("${_pkgname}-${_releasever}-x86_64.deb::${url}/releases/download/rolling/${_pkgname}-linux-${_releasever}-amd64.deb")
21source_aarch64=("${_pkgname}-${_releasever}-aarch64.deb::${url}/releases/download/rolling/${_pkgname}-linux-${_releasever}-arm64.deb")
22sha256sums=('68c3b948301007f29e4f0db9b1b413766c2bcacf7eaf5305c7e7b83f547df3b5')
23sha256sums_x86_64=('b809bb755a18e353a622a625954f884caf6448116655d39ce5c8c938c2d0ee22')
24sha256sums_aarch64=('66f80009df409d0a7285586e36b1487e012df7464a8c5a3e8e3548abd617e748')
25
26package() {
27 bsdtar -xf data.tar.xz -C "$pkgdir"
28 chmod +x "$pkgdir/opt/sparkle/sparkle"
29 chmod +x "$pkgdir/opt/sparkle/resources/files/sparkle-service"
30 chmod +sx "$pkgdir/opt/sparkle/resources/sidecar/mihomo"
31 chmod +sx "$pkgdir/opt/sparkle/resources/sidecar/mihomo-alpha"
32 install -Dm755 "$srcdir/${_pkgname}.sh" "$pkgdir/usr/bin/${_pkgname}"
33 sed -i 's|^Exec=/opt/sparkle/sparkle|Exec=sparkle|' \
34 "$pkgdir/usr/share/applications/${_pkgname}.desktop"
35}
36

Scan history

Scanned at (UTC)SeverityRules
2026-08-31 00:19:57 Low 2
2026-08-30 23:44: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