Date: Thursday, April 13, 2023 @ 09:08:15 Author: svenstaro Revision: 1445778
upgpkg: godot 4.0.2-4: Build against embree3 again Modified: godot/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-04-13 09:05:08 UTC (rev 1445777) +++ PKGBUILD 2023-04-13 09:08:15 UTC (rev 1445778) @@ -7,13 +7,13 @@ pkgbase=godot pkgname=(godot) pkgver=4.0.2 -pkgrel=3 +pkgrel=4 pkgdesc='Advanced cross-platform 2D and 3D game engine' url='https://godotengine.org/' license=(MIT) arch=(x86_64) makedepends=(alsa-lib pulseaudio scons yasm) -depends=(embree freetype2 graphite harfbuzz harfbuzz-icu libglvnd libspeechd +depends=(embree3 freetype2 graphite harfbuzz harfbuzz-icu libglvnd libspeechd libsquish libtheora libvorbis libwebp libwslay libxcursor libxi libxinerama libxrandr mbedtls miniupnpc pcre2) optdepends=(pipewire-alsa pipewire-pulse)