mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +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
|
pkgname=blender
|
||||||
pkgver=2.83.5
|
pkgver=2.83.5
|
||||||
[[ -n $_gitcommit ]] && pkgver=${pkgver}.git1.${_gitcommit:0:8}
|
[[ -n $_gitcommit ]] && pkgver=${pkgver}.git1.${_gitcommit:0:8}
|
||||||
pkgrel=1.1
|
pkgrel=2
|
||||||
epoch=17
|
epoch=17
|
||||||
pkgdesc="A fully integrated 3D graphics creation suite"
|
pkgdesc="A fully integrated 3D graphics creation suite"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
@ -74,7 +74,7 @@ prepare() {
|
||||||
patch -Np1 -i "$srcdir"/embree.patch
|
patch -Np1 -i "$srcdir"/embree.patch
|
||||||
patch -Np1 -i "$srcdir"/D8063-cuda11.diff
|
patch -Np1 -i "$srcdir"/D8063-cuda11.diff
|
||||||
|
|
||||||
mkdir build
|
sed -i "s/std=c++11/std=c++14/" CMakeLists.txt
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
|
Loading…
Reference in a new issue