Skip to content

Commit

Permalink
chore: Update LizardByte/Sunshine to v2025.122.141614 (#28)
Browse files Browse the repository at this point in the history
Co-authored-by: ReenigneArcher <[email protected]>
  • Loading branch information
LizardByte-bot and ReenigneArcher authored Jan 30, 2025
1 parent 2a30106 commit e07ab77
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
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.

0 comments on commit e07ab77

Please sign in to comment.