Alexander Rødseth pushed to branch main at Arch Linux / Packaging / Packages /
godot
Commits:
005882a7 by Alexander F. Rødseth at 2024-10-16T13:30:16+02:00
set disable_exceptions=false
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = godot
pkgdesc = Advanced cross-platform 2D and 3D game engine
pkgver = 4.3
- pkgrel = 4
+ pkgrel = 5
url = https://godotengine.org/
arch = x86_64
license = MIT
=====================================
PKGBUILD
=====================================
@@ -4,11 +4,12 @@
# Contributor: Cristian Porras <[email protected]>
# Contributor: Matthew Bentley <[email protected]>
# Contributor: HurricanePootis <[email protected]>
+# Contributor: Toolybird <toolybird at tuta dot io>
pkgbase=godot
pkgname=(godot godot-mono)
pkgver=4.3
-pkgrel=4
+pkgrel=5
pkgdesc='Advanced cross-platform 2D and 3D game engine'
url='https://godotengine.org/'
license=(MIT)
@@ -90,6 +91,7 @@ build() {
builtin_zlib=no
builtin_zstd=no
colored=yes
+ disable_exceptions=false
platform=linuxbsd
production=yes
pulseaudio=yes
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/godot/-/commit/005882a7d526886b9c0501d2ca64a73f6d0b473c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/godot/-/commit/005882a7d526886b9c0501d2ca64a73f6d0b473c
You're receiving this email because of your account on gitlab.archlinux.org.