From 45279f7da6f29b8e7e1d3a596845b861c1b8db9f Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Sun, 12 Mar 2023 17:58:34 +0000 Subject: [PATCH] community/blender to 3.4.1-21 --- community/blender/PKGBUILD | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/community/blender/PKGBUILD b/community/blender/PKGBUILD index ae5534bb2..80da805c5 100644 --- a/community/blender/PKGBUILD +++ b/community/blender/PKGBUILD @@ -18,7 +18,7 @@ buildarch=8 pkgname=blender pkgver=3.4.1 -pkgrel=20 +pkgrel=21 epoch=17 pkgdesc="A fully integrated 3D graphics creation suite" arch=('x86_64') @@ -33,6 +33,9 @@ depends=('libpng' 'libtiff' 'openexr' 'python' 'desktop-file-utils' 'python-requ makedepends=('cmake' 'boost' 'mesa' 'git' 'llvm' 'ninja' 'libepoxy' 'wayland-protocols' 'libxkbcommon' 'libdecor') optdepends=('libdecor: wayland support') +# We're using !buildflags here as otherwise we get stuff such as FS#77557 +# It'd be better to figure out exactly which of the flags is the culprit which I attempted but without any success. +options=('!buildflags') source=("git+https://projects.blender.org/blender/blender.git#tag=v$pkgver" "git+https://projects.blender.org/blender/blender-addons.git" "git+https://projects.blender.org/blender/blender-addons-contrib.git"