community/blender to 2.83.5-2

This commit is contained in:
Kevin Mihelich 2020-08-22 02:49:33 +00:00
parent 947dea6e37
commit cc315ea491

View file

@ -27,7 +27,7 @@ _gittag=v2.83.5
pkgname=blender
pkgver=2.83.5
[[ -n $_gitcommit ]] && pkgver=${pkgver}.git1.${_gitcommit:0:8}
pkgrel=1.1
pkgrel=2
epoch=17
pkgdesc="A fully integrated 3D graphics creation suite"
arch=('x86_64')
@ -74,7 +74,7 @@ prepare() {
patch -Np1 -i "$srcdir"/embree.patch
patch -Np1 -i "$srcdir"/D8063-cuda11.diff
mkdir build
sed -i "s/std=c++11/std=c++14/" CMakeLists.txt
}
build() {