diff --git a/community/blender/PKGBUILD b/community/blender/PKGBUILD index ad69d185b..ab741c425 100644 --- a/community/blender/PKGBUILD +++ b/community/blender/PKGBUILD @@ -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() {