@Archttila, remove that fil manually.
That file is sometimes created by blender itself, or was previously part of the blender
pacakge. I really don't have a good remedy for this.
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.082768 |
First Submitted: | 2024-05-05 05:16 (UTC) |
Last Updated: | 2024-12-18 20:44 (UTC) |
@Archttila, remove that fil manually.
That file is sometimes created by blender itself, or was previously part of the blender
pacakge. I really don't have a good remedy for this.
error: failed to commit transaction (conflicting files) blender-bin: /usr/share/mime/application/x-blender.xml exists in filesystem Errors occurred, no packages were upgraded. -> error installing: [/home/alucard/.cache/yay/blender-bin/blender-bin-4.3.2-1-x86_64.pkg.tar.zst] - exit status 1
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
New checksum needed. Looks like they have changed the file already.
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.
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.