From 2d4d8bd968141a54a1b62a303136c914b78b653b Mon Sep 17 00:00:00 2001 From: HurricanePootis Date: Sat, 10 Aug 2024 19:36:54 -0500 Subject: [PATCH] Change from pulseaudio to pulse-native-provider --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index e017b4c..cbf44e8 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = godot3 pkgdesc = Advanced cross-platform 2D and 3D game engine (3.x Branch) pkgver = 3.5.3 - pkgrel = 5 + pkgrel = 6 url = https://godotengine.org arch = x86_64 license = MIT @@ -9,7 +9,7 @@ pkgbase = godot3 makedepends = scons makedepends = yasm makedepends = alsa-lib - makedepends = pulseaudio + makedepends = pulse-native-provider depends = embree3 depends = freetype2 depends = libglvnd diff --git a/PKGBUILD b/PKGBUILD index ba49b68..73d3a23 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -9,12 +9,12 @@ _pkgname=godot pkgname=godot3 pkgver=3.5.3 -pkgrel=5 +pkgrel=6 pkgdesc='Advanced cross-platform 2D and 3D game engine (3.x Branch)' url='https://godotengine.org' license=(MIT) arch=(x86_64) -makedepends=(gcc scons yasm alsa-lib pulseaudio) +makedepends=(gcc scons yasm alsa-lib pulse-native-provider) depends=(embree3 freetype2 libglvnd libtheora libvorbis libvpx libwebp libwslay libsquish libxcursor libxi libxinerama libxrandr opusfile miniupnpc) optdepends=(pipewire-alsa pipewire-pulse)