Package Details: freecad-weekly-appimage 1.2.0_2026.06.10-1

Git Clone URL: https://aur.archlinux.org/freecad-weekly-appimage.git (read-only, click to copy)
Package Base: freecad-weekly-appimage
Description: A general purpose 3D CAD modeler
Upstream URL: https://www.freecad.org/
Licenses: LGPL
Conflicts: freecad
Provides: freecad
Submitter: Genues
Maintainer: Genues
Last Packager: Genues
Votes: 29
Popularity: 0.137793
First Submitted: 2021-12-14 13:34 (UTC)
Last Updated: 2026-06-10 13:00 (UTC)

Pinned Comments

Genues commented on 2021-12-14 13:39 (UTC) (edited on 2025-09-12 09:29 (UTC) by Genues)

Hi. The script automatically checks for new versions once a day, at 13:00 UTC. If you see a new version in the FreeCad repository, please wait for this time before setting the package out-of-date flag. Thanks you.

Latest Comments

1 2 3 4 5 6 .. 10 Next › Last »

Inka commented on 2026-05-28 18:11 (UTC)

The problem seems to be in the AUR wrapper and desktop patch, there seem to be two regressions:

https://aur.archlinux.org/cgit/aur.git/tree/freecad.sh?h=freecad-weekly-appimage

/opt/appimages/freecad.AppImage $1

$1 is unquoted, so it is split by spaces and only the first argument is forwarded.

It should be:

exec /opt/appimages/freecad.AppImage "$@"

https://aur.archlinux.org/cgit/aur.git/tree/org.freecad.FreeCAD.desktop.patch?h=freecad-weekly-appimage

-Exec=AppRun - --single-instance %F
+Exec=freecad

%F was dropped, breaking things.

https://specifications.freedesktop.org/desktop-entry/latest/exec-variables.html

I have not had time to test a local patch yet, maybe next week.

I also reported this in the FreeCAD repo, but I think the problem is right here in AUR. https://github.com/FreeCAD/FreeCAD/issues/30357

Genues commented on 2026-02-06 18:07 (UTC)

@eumpf, fixed! Please check.

eumpf commented on 2026-02-06 17:27 (UTC)

Hey, I just wanted to tell you that the sha256 hash of the appimage is wrong. Thanks for mainting the package :)

Genues commented on 2025-12-24 20:10 (UTC)

@fermino Hi! I don't see the need to add "epoch". I'll just update the version to 1.2.0. And as soon as 1.3.x or 1.2.x is released, you will write to me and I will correct it again.)) Thank you!

fermino commented on 2025-12-24 19:25 (UTC) (edited on 2025-12-24 19:26 (UTC) by fermino)

Hey :)

The change in 945ff3865efa broke the versioning scheme. It will work again whenever anything >1.1.0 is released (whether it is 1.2 or 1.1.1), but in the meantime it's broken.

I think it should be enough reason to bump the epoch [1].

[1] https://wiki.archlinux.org/title/PKGBUILD#epoch

Smoerrebroed commented on 2025-09-12 11:19 (UTC)

Nice! Thank you so much again! :-)

Genues commented on 2025-09-12 10:56 (UTC)

@Smoerrebroed fixed!