From 77ac119618a4c169bd98567cd34f59ebf5d6d117 Mon Sep 17 00:00:00 2001 From: termux-pacman-bot Date: Sat, 17 Jan 2026 12:47:48 +0000 Subject: [PATCH] bump(main/manim): 0.19.2 This commit has been automatically submitted by Github Actions. --- packages/manim/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/manim/build.sh b/packages/manim/build.sh index ecbbef2e90..f8edb8fb24 100644 --- a/packages/manim/build.sh +++ b/packages/manim/build.sh @@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://manim.community TERMUX_PKG_DESCRIPTION="A community-maintained Python framework for creating mathematical animations" TERMUX_PKG_LICENSE="MIT" TERMUX_PKG_MAINTAINER="Nguyen Khanh @nguynkhn" -TERMUX_PKG_VERSION="0.19.1" +TERMUX_PKG_VERSION="0.19.2" TERMUX_PKG_SRCURL=https://github.com/ManimCommunity/manim/archive/refs/tags/v$TERMUX_PKG_VERSION.tar.gz -TERMUX_PKG_SHA256=3d4bdce0fd76c25caf51bcd06015737e3dfe2109bf1f41fe963e991a7e257209 +TERMUX_PKG_SHA256=e61992a84c684702ce732e66ae46f85341ebe4cb208f8a4c5cb33ce9ea070f02 TERMUX_PKG_DEPENDS="ffmpeg, libcairo, pango, xorgproto, python-numpy, python-pillow, pycairo, python-scipy, python-skia-pathops" TERMUX_PKG_SUGGESTS="texlive-installer" TERMUX_PKG_PYTHON_TARGET_DEPS="'av>=9.0.0,<14.0.0', 'beautifulsoup4>=4.12', 'click>=8.0', 'cloup>=2.0.0', 'decorator>=4.3.2', 'importlib-metadata>=8.6.1', 'isosurfaces>=0.1.0', 'manimpango>=0.5.0,<1.0.0', 'mapbox-earcut>=1.0.0,<1.0.3', 'moderngl-window>=2.0.0', 'moderngl>=5.0.0,<6.0.0', 'networkx>=2.6', 'pydub>=0.20.0', 'pygments>=2.0.0', 'rich>=12.0.0', 'screeninfo>=0.7', 'srt>=3.0.0', 'svgelements>=1.8.0', 'tqdm>=4.0.0', 'typing-extensions>=4.12.0', 'watchdog>=2.0.0'"