Package Details: blender-bin 4.3.1-2

Git Clone URL: https://aur.archlinux.org/blender-bin.git (read-only, click to copy)
Package Base: blender-bin
Description: A fully integrated 3D graphics creation suite (with packaged libraries and python3.11)
Upstream URL: https://blender.org
Keywords: 3d blender rocm
Licenses: MIT, zlib, OFL-1.1, Apache-2.0, NCSA, BSD-3-Clause, BSD-2-Clause, BSL-1.0, Python-2.0, MPL-2.0, GPL-3.0-or-later, GPL-2.0-or-later, LGPL-2.1-or-later, FTL, Bitstream-Vera, libtiff, SGI-B-2.0, libpng-2.0, bzip2-1.0.6, MIT-Khronos-Old, LicenseRef-Arev-Fonts, LicenseRef-ICS, LicenseRef-LLVM-exception, LicenseRef-TOST-1.0
Conflicts: blender
Provides: blender
Submitter: HurricanePootis
Maintainer: HurricanePootis
Last Packager: HurricanePootis
Votes: 3
Popularity: 0.23
First Submitted: 2024-05-05 05:16 (UTC)
Last Updated: 2024-12-12 09:19 (UTC)

Required by (62)

Sources (2)

Pinned Comments

HurricanePootis commented on 2024-05-05 05:19 (UTC)

This package comes with its own set of libraries that it will prefer over system libraries, which is the main reason for this package. Also, it comes with python3.11, which is the official version that blender still uses upstream.

Latest Comments

BuyMyMojo commented on 2024-12-12 00:29 (UTC)

Quick patch to fix the missing hash for everyone:

diff --git a/PKGBUILD b/PKGBUILD
index 36bf5bb..262fdd9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -62,7 +62,7 @@ conflicts=('blender')
 install=$pkgname.install
 source=("https://download.blender.org/release/Blender${pkgver:0:3}/blender-${pkgver}-linux-x64.tar.xz"
        "x-blender.xml")
-sha256sums=('6264ff4cf50baf6be6091a28d3c29cf25dc38d8daa3082874ce94d520d3e6ab6'
+sha256sums=('f824324f3ae2223dc672c9cea0141055b5129a394119545ee0c84dea92e78361'
             '230fc11e49d647215f4735117761d887756823ee1c8fab08987218fd037de75c')
 validpgpkeys=()

or just manually swap the first hash with f824324f3ae2223dc672c9cea0141055b5129a394119545ee0c84dea92e78361 I guess

Maniaxx commented on 2024-12-11 14:30 (UTC)

New checksum needed. Looks like they have changed the file already.

HurricanePootis commented on 2024-05-05 05:19 (UTC)

This package comes with its own set of libraries that it will prefer over system libraries, which is the main reason for this package. Also, it comes with python3.11, which is the official version that blender still uses upstream.