Package Details: blender-lts-bin 4.5.9-1

Git Clone URL: https://aur.archlinux.org/blender-lts-bin.git (read-only, click to copy)
Package Base: blender-lts-bin
Description: LTS blender version
Upstream URL: https://www.blender.org
Keywords: blender,blender-lts
Licenses: GPL
Submitter: yrds
Maintainer: yrds
Last Packager: yrds
Votes: 1
Popularity: 0.000000
First Submitted: 2022-04-26 02:02 (UTC)
Last Updated: 2026-04-21 18:33 (UTC)

Pinned Comments

yrds commented on 2024-12-23 21:37 (UTC) (edited on 2025-07-16 06:11 (UTC) by yrds)

In case of slow downloads you can check out other mirrors on the PKGBUILD, there are alternative mirrors for Germany, Netherlands.

Update for 4.5.0: There are still few mirrors to this version. I will update accordingly as more mirrors are added.

Latest Comments

1 2 Next › Last »

yrds commented on 2026-01-05 03:00 (UTC)

@gudvinr Thanks for pointing that out. Fixed!

gudvinr commented on 2026-01-04 11:48 (UTC)

s/=blender/=blender-lts/ in PKGBUILD breaks icon in desktop file. There's blender icon but there is not blender-lts icon

yrds commented on 2025-11-23 19:49 (UTC)

Hey @terrorwolf

Yes, this can be installed along with the official Arch Blender packages. This will be installed on the /opt/ folder.

terrorwolf commented on 2025-11-23 18:15 (UTC)

Hi, Can this be installed side to side with blender latest from the Arch Packages?

yrds commented on 2025-08-06 20:25 (UTC)

Sorry the long time to update. My script that detect a new blender version is broken due to the blender file/page layout change. I have to fix it, until then I have to check manually or you can flag it as outdated and then I will update it!

yrds commented on 2025-06-11 06:03 (UTC)

Thanks @naelstrof!

I did like you suggested but slightly changed to use a variable too.

naelstrof commented on 2025-06-10 22:03 (UTC)

The executable at /usr/bin/blender-lts prevents the ability to pack extensions due to the script changing the current directory:

$ blender-lts --command extension build
FATAL_ERROR: File "./blender_manifest.toml" not found!

I've changed the script to look like the following and it now works properly:

#!/bin/bash

LD_LIBRARY_PATH=/opt/blender-lts/lib

exec /opt/blender-lts/blender "$@"

That way it preserves the current directory.

yrds commented on 2025-05-06 02:29 (UTC)

@space_soarer I did changes to blender.sh and forgot to update PKGBUILD b2sum. Now the checksum hash is correct again.

space_soarer commented on 2025-05-06 00:05 (UTC)

Hello! I seem to be getting a checksum mismatch,

~/.cache/paru/clone/blender-lts-bin/ paru -S blender-lts-bin
:: Resolving dependencies...
:: Calculating conflicts...
:: Calculating inner conflicts...

Aur (1) blender-lts-bin-4.2.9-2

:: Proceed to review? [Y/n]: y

:: Downloading PKGBUILDs...
 PKGBUILDs up to date
 nothing new to review
fetching devel info...
==> Making package: blender-lts-bin 4.2.9-2 (Tue 06 May 2025 07:56:14 AM PST)
==> Retrieving sources...
  -> Found blender-4.2.9-linux-x64.tar.xz
  -> Found blender.sh
==> Validating source files with b2sums...
    blender-4.2.9-linux-x64.tar.xz ... Passed
    blender.sh ... FAILED
==> ERROR: One or more files did not pass the validity check!
error: failed to download sources for 'blender-lts-bin-4.2.9-2':
error: packages failed to build: blender-lts-bin-4.2.9-

how do i fix this?

yrds commented on 2025-05-05 05:48 (UTC)

Thanks @naelstrof. Patch applied!