Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion tur-on-device/blender5/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ TERMUX_PKG_DESCRIPTION="A fully integrated 3D graphics creation suite"
# https://www.blender.org/about/license/
TERMUX_PKG_LICENSE="GPL-3.0-or-later"
TERMUX_PKG_MAINTAINER="@termux-user-repository"
TERMUX_PKG_VERSION=5.0.1
TERMUX_PKG_VERSION="5.0.1"
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=git+https://projects.blender.org/blender/blender
# Blender does not support 32-bit
TERMUX_PKG_EXCLUDED_ARCHES="arm, i686"
Expand Down