helios-bin
LOW
maintainer Mopigames
0 votes
scanned 2026-09-01 15:48:43.798595
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: Margot Prego <mopigames@proton.me>
2
3
pkgname=helios-bin
4
pkgver=0.6.0
5
pkgrel=1
6
pkgdesc='Game stream host for Selene and Moonlight OS (prebuilt)'
7
arch=('x86_64')
8
url='https://github.com/moonlight-os/helios'
9
license=('GPL-3.0-only')
10
install=helios.install
11
12
depends=(
13
'avahi' 'boost-libs' 'curl' 'gcc-libs' 'libayatana-appindicator' 'libcap'
14
'libdrm' 'libevdev' 'libmfx' 'libnotify' 'libpulse' 'libva' 'libx11'
15
'libxcb' 'libxfixes' 'libxrandr' 'libxtst' 'miniupnpc' 'msquic' 'numactl'
16
'open-iscsi' 'openssl' 'opus' 'systemd-libs' 'udev' 'usbip' 'wayland' 'which'
17
)
18
optdepends=(
19
'cuda: Nvidia GPU encoding support'
20
'libva-mesa-driver: AMD GPU encoding support'
21
'sway: Isolated virtual displays on Linux hosts without an existing Sway session'
22
)
23
provides=('helios')
24
conflicts=('helios' 'helios-git')
25
26
source=("helios-${pkgver}-1-${CARCH}.pkg.tar.zst::https://github.com/moonlight-os/helios/releases/download/v0.6.0/helios-${pkgver}-1-${CARCH}.pkg.tar.zst")
27
sha256sums=('4b84d7e7b89e6702d3f11629439416d4442269a923a0b5f9bf798fa148990a22')
28
29
package() {
30
cp -a usr "$pkgdir/"
31
}
32
Changes since previous scan
--- PKGBUILD @ 2026-08-24 00:17+++ PKGBUILD @ 2026-09-01 15:48@@ -1,7 +1,7 @@ # Maintainer: Margot Prego <mopigames@proton.me> pkgname=helios-bin-pkgver=0.5.2+pkgver=0.6.0 pkgrel=1 pkgdesc='Game stream host for Selene and Moonlight OS (prebuilt)' arch=('x86_64')@@ -18,12 +18,13 @@ optdepends=( 'cuda: Nvidia GPU encoding support' 'libva-mesa-driver: AMD GPU encoding support'+ 'sway: Isolated virtual displays on Linux hosts without an existing Sway session' ) provides=('helios') conflicts=('helios' 'helios-git') -source=("helios-${pkgver}-1-${CARCH}.pkg.tar.zst::https://github.com/moonlight-os/helios/releases/download/v${pkgver}/helios-${pkgver}-1-${CARCH}.pkg.tar.zst")-sha256sums=('8ae9f8359e676b88ce30d1fd93be7078362512d0ed8f503b9f1ecd512c2ded11')+source=("helios-${pkgver}-1-${CARCH}.pkg.tar.zst::https://github.com/moonlight-os/helios/releases/download/v0.6.0/helios-${pkgver}-1-${CARCH}.pkg.tar.zst")+sha256sums=('4b84d7e7b89e6702d3f11629439416d4442269a923a0b5f9bf798fa148990a22') package() { cp -a usr "$pkgdir/"Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-01 15:48:43 | Low | 1 |
| 2026-08-24 00:17:16 | Clean | 2 |
| 2026-08-23 23:21:41 | Low | 1 |