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 = v2025.118.151840
pkgver = v2025.122.141614
pkgrel = 1
url = https://app.lizardbyte.dev/Sunshine
install = sunshine.install
Expand Down Expand Up @@ -37,7 +37,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=26566cc04db12c5bc7434e480cffa025ed838bce
source = sunshine::git+https://github.com/LizardByte/Sunshine.git#commit=64544e7960f5141f71438d72e5dedad81c03729c
sha256sums = SKIP

pkgname = sunshine
8 changes: 4 additions & 4 deletions pkgbuilds/sunshine/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Reference: https://wiki.archlinux.org/title/PKGBUILD

pkgname='sunshine'
pkgver=v2025.118.151840
pkgver=v2025.122.141614
pkgrel=1
pkgdesc="Self-hosted game stream host for Moonlight"
arch=('x86_64' 'aarch64')
Expand Down Expand Up @@ -54,7 +54,7 @@ optdepends=(
provides=()
conflicts=()

source=("$pkgname::git+https://github.com/LizardByte/Sunshine.git#commit=26566cc04db12c5bc7434e480cffa025ed838bce")
source=("$pkgname::git+https://github.com/LizardByte/Sunshine.git#commit=64544e7960f5141f71438d72e5dedad81c03729c")
sha256sums=('SKIP')

prepare() {
Expand All @@ -64,8 +64,8 @@ prepare() {

build() {
export BRANCH="master"
export BUILD_VERSION="v2025.118.151840"
export COMMIT="26566cc04db12c5bc7434e480cffa025ed838bce"
export BUILD_VERSION="v2025.122.141614"
export COMMIT="64544e7960f5141f71438d72e5dedad81c03729c"

export CC="gcc-${_gcc_version}"
export CXX="g++-${_gcc_version}"
Expand Down
Binary file modified pkgbuilds/sunshine/sunshine.pkg.tar.gz
Binary file not shown.
Loading