File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
1
pkgbase = sunshine
2
2
pkgdesc = Self-hosted game stream host for Moonlight
3
3
pkgver = 2025.628.4510
4
- pkgrel = 6
4
+ pkgrel = 7
5
5
url = https://app.lizardbyte.dev/Sunshine
6
6
install = sunshine.install
7
7
arch = x86_64
@@ -10,7 +10,6 @@ pkgbase = sunshine
10
10
makedepends = appstream
11
11
makedepends = appstream-glib
12
12
makedepends = cmake
13
- makedepends = cuda
14
13
makedepends = desktop-file-utils
15
14
makedepends = gcc14
16
15
makedepends = git
Original file line number Diff line number Diff line change 10
10
11
11
pkgname=' sunshine'
12
12
pkgver=2025.628.4510
13
- pkgrel=6
13
+ pkgrel=7
14
14
pkgdesc=" Self-hosted game stream host for Moonlight"
15
15
arch=(' x86_64' ' aarch64' )
16
16
url=https://app.lizardbyte.dev/Sunshine
@@ -71,7 +71,6 @@ if [[ "${_use_cuda::1}" == "d" ]] && pacman -Qi cuda &> /dev/null; then
71
71
fi
72
72
73
73
if [[ " ${_use_cuda:: 1} " == " t" ]]; then
74
- makedepends+=(' cuda' )
75
74
optdepends+=(
76
75
' cuda: Nvidia GPU encoding support'
77
76
)
You can’t perform that action at this time.
0 commit comments