Skip to content
Open
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
13 changes: 7 additions & 6 deletions mingw-w64-manim/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
_realname=manim
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=0.18.1
pkgrel=4
pkgver=0.19.1
pkgrel=1
pkgdesc="Animation engine for explanatory math videos (community edition) (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64')
mingw_arch=('ucrt64' 'clang64')
url='https://www.manim.community'
msys2_repository_url='https://github.com/ManimCommunity/manim'
msys2_references=(
Expand All @@ -17,6 +17,8 @@ license=('spdx:MIT')
depends=(
"${MINGW_PACKAGE_PREFIX}-python"
"${MINGW_PACKAGE_PREFIX}-ffmpeg"
"${MINGW_PACKAGE_PREFIX}-python-av"
"${MINGW_PACKAGE_PREFIX}-python-beautifulsoup4"
"${MINGW_PACKAGE_PREFIX}-python-click"
"${MINGW_PACKAGE_PREFIX}-python-click-default-group"
"${MINGW_PACKAGE_PREFIX}-python-numpy"
Expand Down Expand Up @@ -45,15 +47,14 @@ depends=(
)
makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-installer"
"${MINGW_PACKAGE_PREFIX}-python-poetry-core"
"${MINGW_PACKAGE_PREFIX}-python-setuptools"
"${MINGW_PACKAGE_PREFIX}-python-hatchling"
"${MINGW_PACKAGE_PREFIX}-cc")
if [[ ${CARCH} != i686 ]]; then
optdepends=("${MINGW_PACKAGE_PREFIX}-texlive-latex-extra: For LaTeX support")
fi
options=('!strip')
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('4bf2b479d258b410259c6828261fe79e107beb8f2dd04ebfa73b96bcefdde93d')
sha256sums=('6be7da7e973b212739d2fbfe6af4501068b8a63fdd9407660a609ae12e57b580')

prepare() {
cd "${srcdir}/${_realname}-${pkgver}"
Expand Down
Loading