community/blender to 3.4.1-21

This commit is contained in:
Kevin Mihelich 2023-03-12 17:58:34 +00:00
parent 023685c505
commit 45279f7da6

View file

@ -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"