Package Details: godot-mono-git 4.5.r76.gadb2ec0-1

Git Clone URL: https://aur.archlinux.org/godot-mono-git.git (read-only, click to copy)
Package Base: godot-mono-git
Description: An advanced, feature packed, multi-platform 2D and 3D game engine built properly
Upstream URL: https://godotengine.org/
Licenses: MIT
Conflicts: godot-mono
Provides: godot-mono
Submitter: tas
Maintainer: FabioLolix (HurricanePootis)
Last Packager: HurricanePootis
Votes: 7
Popularity: 0.128817
First Submitted: 2021-10-26 08:46 (UTC)
Last Updated: 2026-01-20 19:49 (UTC)

Latest Comments

1 2 Next › Last »

FabioLolix commented on 2026-05-10 13:38 (UTC)

xiota go for it

xiota commented on 2026-05-09 03:01 (UTC)

@FabioLolix @HurricanePootis I'm considering making aur/godot-git into a split package, similar to extra/godot. Any opinion?

Also...

install: cannot stat '/home/builder/build/src/godot/icon.svg': No such file or directory

rubin55 commented on 2026-03-21 10:49 (UTC)

For some reason the version number seems to regress to 4.6, whilst the program definitely identifies as 4.7; I added some awk to increment-by-one the second element of the string interpreted to be separated by dots, in the pkgver() function:

git describe --long --tags --abbrev=7 | sed 's/\([^-]*-g\)/r\1/;s/-/./g' | sed 's/.stable//' | awk -F. '{$2++; print}' OFS=.

rubin55 commented on 2025-09-17 10:36 (UTC)

Can you depend on pulse-native-provider instead of pulseaudio?

benjarobin commented on 2024-08-06 18:27 (UTC)

Please depend on pulse-native-provider instead of pulseaudio. See https://gitlab.archlinux.org/archlinux/packaging/packages/pipewire/-/issues/10

FabioLolix commented on 2024-08-01 20:00 (UTC)

I am not sure what you mean with "that's is[sic] what is tagged on the master branch"

clone and cd into godot source
$ git describe --long --tags --abbrev=7
4.2-stable-6745-g3e0c10d

version.py says 4.3.0 rc

I'm not going to parse that, if they don't git tag the dev releases I'm not concerned, here builded packages will have an incremental version anyway

<deleted-account> commented on 2024-08-01 19:09 (UTC)

@FabioLolix

version.py says 4.3.0 rc

I am not sure what you mean with "that's is[sic] what is tagged on the master branch"

FabioLolix commented on 2024-07-30 19:56 (UTC)

@firepanda that's is what is tagged on the master branch

<deleted-account> commented on 2024-07-30 19:35 (UTC)

I believe the version should be given as 4.3.whatevergoeshere and not 4.2.r6531.ga48b99a-1

Gallifreyan commented on 2024-06-15 13:12 (UTC)

I think the build can be built with mbedtls instead of mbedtls2 in makedepends.