diff --git a/mingw-w64-manim/PKGBUILD b/mingw-w64-manim/PKGBUILD index 7850e6ad89..8be140e1be 100644 --- a/mingw-w64-manim/PKGBUILD +++ b/mingw-w64-manim/PKGBUILD @@ -4,7 +4,7 @@ _realname=manim pkgbase=mingw-w64-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}") pkgver=0.16.0 -pkgrel=2 +pkgrel=3 pkgdesc="Animation engine for explanatory math videos (community edition) (mingw-w64)" arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64') @@ -39,7 +39,7 @@ depends=( "${MINGW_PACKAGE_PREFIX}-python-skia-pathops" "${MINGW_PACKAGE_PREFIX}-python-srt" ) -optdepends=("${MINGW_PACKAGE_PREFIX}-texlive-scheme-medium: For LaTeX support") +optdepends=("${MINGW_PACKAGE_PREFIX}-texlive-latex-extra: For LaTeX support") makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-python-installer" "${MINGW_PACKAGE_PREFIX}-python-poetry-core" @@ -56,6 +56,7 @@ prepare() { sed -i 's/cloup = "^0.13.0"/cloup = "*"/g' pyproject.toml sed -i 's/mapbox-earcut = "^0.12.10"/mapbox-earcut = "*"/g' pyproject.toml + sed -i 's/click = ">=7.2<=9.0"/click = ">=7.2,<=9.0"/g' pyproject.toml } build() {