mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/blender to 2.83.5-2
This commit is contained in:
parent
947dea6e37
commit
cc315ea491
1 changed files with 2 additions and 2 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue