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
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.