blender: update to 2.93.5

This commit is contained in:
Vilhelm Bergsoe 2021-10-11 21:12:02 +02:00 committed by Michal Vasilek
parent fc39eca440
commit a77b333a0c

View file

@ -1,6 +1,6 @@
# Template file for 'blender'
pkgname=blender
version=2.93.4
version=2.93.5
revision=1
archs="x86_64* ppc64*"
build_style="cmake"
@ -24,9 +24,9 @@ depends="desktop-file-utils hicolor-icon-theme"
short_desc="3D graphics creation suite"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="http://www.blender.org"
distfiles="http://download.blender.org/source/${pkgname}-${version}.tar.xz"
checksum=e5c1419cf2d3af0ac4cb90217df05e1a149040739b8c02dcfaaf2c2061487fb2
homepage="https://www.blender.org"
distfiles="https://download.blender.org/source/blender-${version}.tar.xz"
checksum=d22df1babec8b6ecfe5d3344885288c57afca95ca9185f3fe165220810475cbb
python_version=3
CXXFLAGS="-DNDEBUG"
CFLAGS="$CXXFLAGS"