nextendo-citron-bin
The package downloads prebuilt binaries from a GitHub release tied to a specific commit and includes fixed checksums; while the source is not locally built, the use of verifiable, commit-specific artifacts from the project's own repository reduces risk, making it a typical AUR binary package with standard supply-chain assumptions.
Triggered rules
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package downloads prebuilt binaries from a GitHub release tied to a specific commit and includes fixed checksums; while the source is not locally built, the use of verifiable, commit-specific artifacts from the project's own repository reduces risk, making it a typical AUR binary package with standard supply-chain assumptions.
PKGBUILD
pkgname=nextendo-citron-bin
_commit=813b32e8b
pkgver=20260919.r${_commit}
pkgrel=1
pkgdesc="Nintendo Switch emulator (Citron nightly build from NextendoNetwork)"
arch=('x86_64' 'aarch64')
url="https://github.com/NextendoNetwork/citron-nextendo"
license=('GPL-2.0-or-later')
depends=(
'glibc'
'zlib'
'fuse2'
'hicolor-icon-theme'
)
optdepends=(
'vulkan-driver: Vulkan graphics backend support'
'libva: Hardware video decoding support'
)
provides=('citron')
conflicts=('citron' 'citron-neo' 'citron-neo-git' 'citron-neo-nightly-bin')
options=('!strip')
_repo="NextendoNetwork/citron-nextendo"
_release_tag="nightly-linux"
source_x86_64=(
"${pkgname}-${_commit}-x86_64.tar.zst::https://github.com/${_repo}/releases/download/${_release_tag}/citron_nightly-${_commit}-linux-x86_64-use-nopgo.tar.zst"
)
sha256sums_x86_64=('dc5b0192471b03547b7a72e3bba4e1a38b4901f57bd9c43b63be23aa053008d3')
source_aarch64=(
"${pkgname}-${_commit}-aarch64.tar.zst::https://github.com/${_repo}/releases/download/${_release_tag}/citron_nightly-${_commit}-linux-aarch64-use-nopgo.tar.zst"
)
sha256sums_aarch64=('706d6916f91fca3362a9b20c41dc1e906d8373264a768671251e5038daa9227c')
package() {
local _installdir="${pkgdir}/opt/nextendo-citron"
# Install payload
install -dm755 "${_installdir}"
cp -a "${srcdir}"/{bin,lib,shared,sharun,AppRun*,org.citron_emu.citron.*} "${_installdir}/"
# Install binary symlinks in PATH
install -dm755 "${pkgdir}/usr/bin"
ln -sf "/opt/nextendo-citron/AppRun" "${pkgdir}/usr/bin/citron"
ln -sf "/opt/nextendo-citron/AppRun" "${pkgdir}/usr/bin/nextendo-citron"
# Install Desktop file with proper Exec path
install -Dm644 "${srcdir}/org.citron_emu.citron.desktop" \
"${pkgdir}/usr/share/applications/org.citron_emu.citron.desktop"
sed -i 's|^Exec=.*|Exec=/usr/bin/citron %f|' \
"${pkgdir}/usr/share/applications/org.citron_emu.citron.desktop"
# Install icon to hicolor theme directory
install -Dm644 "${srcdir}/org.citron_emu.citron.png" \
"${pkgdir}/usr/share/icons/hicolor/256x256/apps/org.citron_emu.citron.png"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-20 01:31:57 | Low | 2 |