diff --git a/pkgbuilds/sunshine/.SRCINFO b/pkgbuilds/sunshine/.SRCINFO index 2025aae..420ff2d 100644 --- a/pkgbuilds/sunshine/.SRCINFO +++ b/pkgbuilds/sunshine/.SRCINFO @@ -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 @@ -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 diff --git a/pkgbuilds/sunshine/PKGBUILD b/pkgbuilds/sunshine/PKGBUILD index 067e8f3..706d748 100644 --- a/pkgbuilds/sunshine/PKGBUILD +++ b/pkgbuilds/sunshine/PKGBUILD @@ -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') @@ -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}"