mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/blender to 2.93.1-5
This commit is contained in:
parent
9c92104f0f
commit
f0f2d01b85
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,7 @@ buildarch=8
|
||||||
|
|
||||||
pkgname=blender
|
pkgname=blender
|
||||||
pkgver=2.93.1
|
pkgver=2.93.1
|
||||||
pkgrel=4
|
pkgrel=5
|
||||||
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')
|
||||||
|
@ -61,6 +61,7 @@ build() {
|
||||||
cd "$pkgname"
|
cd "$pkgname"
|
||||||
|
|
||||||
local PYTHON_VER=3.9
|
local PYTHON_VER=3.9
|
||||||
|
export PYTHONHASHSEED=0
|
||||||
|
|
||||||
cmake . \
|
cmake . \
|
||||||
-Bbuild \
|
-Bbuild \
|
||||||
|
|
Loading…
Reference in a new issue