diff --git a/community/blender/PKGBUILD b/community/blender/PKGBUILD index 7ec5ad08f..89f5a5ac9 100644 --- a/community/blender/PKGBUILD +++ b/community/blender/PKGBUILD @@ -27,7 +27,7 @@ _gittag=v2.83.4 pkgname=blender pkgver=2.83.4 [[ -n $_gitcommit ]] && pkgver=${pkgver}.git1.${_gitcommit:0:8} -pkgrel=1 +pkgrel=1.1 epoch=17 pkgdesc="A fully integrated 3D graphics creation suite" arch=('x86_64') @@ -89,13 +89,10 @@ build() { -DCMAKE_BUILD_TYPE=Release \ -DWITH_INSTALL_PORTABLE=OFF \ -DWITH_PYTHON_INSTALL=OFF \ - -DWITH_CYCLES=OFF \ - -DWITH_RAYOPTIMIZATION=OFF \ -DPYTHON_VERSION=3.8 \ -DPYTHON_LIBPATH=/usr/lib \ -DPYTHON_LIBRARY=python3.8 \ -DPYTHON_INCLUDE_DIRS=/usr/include/python3.8 - ninja -C build }