Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkgbuilds/sunshine/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pkgbase = sunshine
pkgdesc = Self-hosted game stream host for Moonlight
pkgver = 2025.628.4510
pkgrel = 7
pkgrel = 8
url = https://app.lizardbyte.dev/Sunshine
install = sunshine.install
arch = x86_64
Expand Down
4 changes: 2 additions & 2 deletions pkgbuilds/sunshine/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

pkgname='sunshine'
pkgver=2025.628.4510
pkgrel=7
pkgrel=8
pkgdesc="Self-hosted game stream host for Moonlight"
arch=('x86_64' 'aarch64')
url=https://app.lizardbyte.dev/Sunshine
Expand Down Expand Up @@ -66,7 +66,7 @@ source=("$pkgname::git+https://github.com/LizardByte/Sunshine.git#commit=${_comm
sha256sums=('SKIP')

# Options Handling
if [[ "${_use_cuda::1}" == "d" ]] && pacman -Qi cuda &> /dev/null; then
if [[ "${_use_cuda::1}" == "d" ]] && (lspci | grep VGA | head -1 | grep NVIDIA &> /dev/null && pacman -Qi cuda &> /dev/null); then
_use_cuda=true
fi

Expand Down