Skip to content
Merged
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
4 changes: 2 additions & 2 deletions pkgbuilds/sunshine/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = sunshine
pkgdesc = Self-hosted game stream host for Moonlight
pkgver = 2025.923.33222
pkgver = 2025.924.154138
pkgrel = 1
url = https://app.lizardbyte.dev/Sunshine
install = sunshine.install
Expand Down Expand Up @@ -40,7 +40,7 @@ pkgbase = sunshine
optdepends = cuda: Nvidia GPU encoding support
optdepends = libva-mesa-driver: AMD GPU encoding support
optdepends = xorg-server-xvfb: Virtual X server for headless testing
source = sunshine::git+https://github.com/LizardByte/Sunshine.git#commit=f22b00d6981f756d3531fba0028723d4a5065824
source = sunshine::git+https://github.com/LizardByte/Sunshine.git#commit=86188d47a7463b0f73b35de18a628353adeaa20e
sha256sums = SKIP

pkgname = sunshine
6 changes: 3 additions & 3 deletions pkgbuilds/sunshine/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
: "${_support_headless_testing:=false}"
: "${_use_cuda:=detect}" # nvenc

: "${_commit:=f22b00d6981f756d3531fba0028723d4a5065824}"
: "${_commit:=86188d47a7463b0f73b35de18a628353adeaa20e}"

pkgname='sunshine'
pkgver=2025.923.33222
pkgver=2025.924.154138
pkgrel=1
pkgdesc="Self-hosted game stream host for Moonlight"
arch=('x86_64' 'aarch64')
Expand Down Expand Up @@ -102,7 +102,7 @@ prepare() {

build() {
export BRANCH="master"
export BUILD_VERSION="2025.923.33222"
export BUILD_VERSION="2025.924.154138"
export COMMIT="${_commit}"

export CC="gcc-${_gcc_version}"
Expand Down