From 651325aff71b9ad12f77cc1c19c76ed00733c1c6 Mon Sep 17 00:00:00 2001 From: HurricanePootis Date: Thu, 4 Jul 2024 22:49:31 -0500 Subject: [PATCH] rebuild: miniupnpc --- .SRCINFO | 3 +-- PKGBUILD | 8 +++++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index a2cc690..5dc35a7 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 = 3 + pkgrel = 4 url = https://godotengine.org arch = x86_64 license = MIT @@ -23,7 +23,6 @@ pkgbase = godot3 depends = libxi depends = libxinerama depends = libxrandr - depends = miniupnpc depends = opusfile optdepends = pipewire-alsa optdepends = pipewire-pulse diff --git a/PKGBUILD b/PKGBUILD index a69447b..a1f06b0 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -9,14 +9,15 @@ _pkgname=godot pkgname=godot3 pkgver=3.5.3 -pkgrel=3 +pkgrel=4 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) depends=(embree3 freetype2 libglvnd libtheora libvorbis libvpx libwebp libwslay - libsquish libxcursor libxi libxinerama libxrandr miniupnpc opusfile) + libsquish libxcursor libxi libxinerama libxrandr opusfile) + #miniupnpc removed due to 2.2.8 update optdepends=(pipewire-alsa pipewire-pulse) source=("$_pkgname-$pkgver.tar.gz::https://github.com/godotengine/godot/archive/$pkgver-stable.tar.gz" "godot3.patch") @@ -38,8 +39,9 @@ build() { # certs (FS#72762) # enet (contains no upstreamed IPv6 support) # recast, xatlas + # miniupnpc updated to 2.2.8 # AUR: libwebm - local to_unbundle="embree freetype libogg libpng libsquish libtheora libvorbis libvpx libwebp miniupnpc opus pcre2 wslay zlib zstd" + local to_unbundle="embree freetype libogg libpng libsquish libtheora libvorbis libvpx libwebp opus pcre2 wslay zlib zstd" local system_libs="" for _lib in $to_unbundle; do system_libs+="builtin_"$_lib"=no "