extra/blender to 4.1.0-2

This commit is contained in:
Kevin Mihelich 2024-03-30 02:52:40 +00:00
parent 10ac380df1
commit 098439a2c0
2 changed files with 5 additions and 2 deletions

View file

@ -1,7 +1,7 @@
pkgbase = blender
pkgdesc = A fully integrated 3D graphics creation suite
pkgver = 4.1.0
pkgrel = 1
pkgrel = 2
epoch = 17
url = https://www.blender.org
arch = x86_64

View file

@ -18,7 +18,7 @@ buildarch=8
pkgname=blender
pkgver=4.1.0
pkgrel=1
pkgrel=2
epoch=17
pkgdesc="A fully integrated 3D graphics creation suite"
arch=('x86_64')
@ -150,6 +150,9 @@ _get_pyver() {
}
build() {
# This should fix #13.
export CXXFLAGS=${CXXFLAGS/-Wp,-D_GLIBCXX_ASSERTIONS/}
local cmake_options=(
-B build
-C "$pkgname/build_files/cmake/config/blender_release.cmake"