summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbartus2020-05-31 11:06:35 +0200
committerbartus2020-05-31 11:06:35 +0200
commit7064998afb38ff5a2e7d652b45b90e7061981646 (patch)
treeed0885cb72bec330a45a57aa5509c29554cbd39b /PKGBUILD
parentd9cd14763a25781fd97826577403acd08ea92a05 (diff)
downloadaur-blender-modifier-panels-ui-git.tar.gz
Switch to `modifier-panels-ui` branch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8481bceca506..47517436c648 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# shellcheck disable=SC2191 # preserve current _CMAKE_FLAGS initialization.
# Configuration.
-_branch="functions"
+_branch="modifier-panels-ui"
_suffix=${_branch}
_fragment=${FRAGMENT:-#branch=${_branch}}
[[ -v CUDA_ARCH ]] && _cuda_capability=${CUDA_ARCH}
@@ -21,7 +21,7 @@ _CMAKE_FLAGS+=( -DWITH_ALEMBIC_HDF5=ON )
((DISABLE_CUDA)) && optdepends+=('cuda: CUDA support in Cycles') || { makedepends+=('cuda') ; ((DISABLE_OPTIX)) || makedepends+=('optix>=7.0'); }
pkgname=blender-${_suffix}-git
-pkgver=2.83.r97300.g6692ca602ca
+pkgver=2.90.r96609.g8a971c9d91f
_blenver=${pkgver:0:4}
pkgrel=1
pkgdesc="Development version of Blenders ${_branch} branch"