Skip to content

Commit

Permalink
Merge pull request msys2#8076 from naveen521kk/manim-update
Browse files Browse the repository at this point in the history
manim: update to 0.4.0
  • Loading branch information
lazka authored Mar 7, 2021
2 parents 9cd19c0 + ac23655 commit d3d544a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-manim/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
_realname=manim
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=0.3.0
pkgver=0.4.0
pkgrel=1
pkgdesc="Animation engine for explanatory math videos (community edition) (mingw-w64)"
arch=('any')
Expand All @@ -26,7 +26,7 @@ depends=(
)
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools")
source=("${_realname}-${pkgver}.tar.gz"::"https://github.com/ManimCommunity/${_realname}/releases/download/v${pkgver}/${_realname}-${pkgver}.tar.gz")
sha512sums=('5aaea34b58b9325d8255a55fe035c1894d233d127df220419933b308f591958b6c3f05a6454af28199af42dbe44e8483f3cecf452df06c7d7b0c911e3f964e5f')
sha512sums=('302ca49b71e7e432fcdb97ba94de3ff59dd39f60a8fe0b883f45e54e674ebbcf6d10ef025ca7aebedfe5fa2d793ef6966e9d2bd9ea56c0bb226171a485a5e263')

prepare() {
rm -rf python-build-${CARCH} | true
Expand Down

0 comments on commit d3d544a

Please sign in to comment.