Skip to content

Commit f5051c0

Browse files
fix: remove cuda as make dependency (#54)
1 parent acd8e03 commit f5051c0

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

pkgbuilds/sunshine/.SRCINFO

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pkgbase = sunshine
22
pkgdesc = Self-hosted game stream host for Moonlight
33
pkgver = 2025.628.4510
4-
pkgrel = 6
4+
pkgrel = 7
55
url = https://app.lizardbyte.dev/Sunshine
66
install = sunshine.install
77
arch = x86_64
@@ -10,7 +10,6 @@ pkgbase = sunshine
1010
makedepends = appstream
1111
makedepends = appstream-glib
1212
makedepends = cmake
13-
makedepends = cuda
1413
makedepends = desktop-file-utils
1514
makedepends = gcc14
1615
makedepends = git

pkgbuilds/sunshine/PKGBUILD

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
pkgname='sunshine'
1212
pkgver=2025.628.4510
13-
pkgrel=6
13+
pkgrel=7
1414
pkgdesc="Self-hosted game stream host for Moonlight"
1515
arch=('x86_64' 'aarch64')
1616
url=https://app.lizardbyte.dev/Sunshine
@@ -71,7 +71,6 @@ if [[ "${_use_cuda::1}" == "d" ]] && pacman -Qi cuda &> /dev/null; then
7171
fi
7272

7373
if [[ "${_use_cuda::1}" == "t" ]]; then
74-
makedepends+=('cuda')
7574
optdepends+=(
7675
'cuda: Nvidia GPU encoding support'
7776
)

0 commit comments

Comments
 (0)