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)