summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgroctel2024-04-18 09:56:30 +0200
committergroctel2024-04-18 09:56:30 +0200
commit214cee94a7590ddcbb0b12d98f45613881e05371 (patch)
tree7441e56d8fc7057e5ed2835e6fb1c6f3fe353949
parent9db0b1c71f90acb2070844e4a3142b3183be4a78 (diff)
downloadaur-manimce.tar.gz
Updated to 0.18.0.post0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d8b4ab299540..379f39170884 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = manimce
pkgdesc = Animation engine for explanatory math videos (community edition).
- pkgver = 0.18.0
+ pkgver = 0.18.0.post0
pkgrel = 1
url = https://github.com/ManimCommunity/manim
arch = any
@@ -46,7 +46,7 @@ pkgbase = manimce
optdepends = python-grpcio-tools: WebGL renderer
optdepends = texlive-core: LaTeX support
conflicts = python-manimlib
- source = https://github.com/ManimCommunity/manim/releases/download/v0.18.0/manim-0.18.0.tar.gz
- sha512sums = d52a3c3f5780c41fe7164a5ae164d46e7b372c2616f72e04fdf0c79f66ccc791c9d82db79c8d8258159cdf8a6f701d9a61bf1c43f547fdbb8641e63235b36a78
+ source = https://github.com/ManimCommunity/manim/releases/download/v0.18.0.post0/manim-0.18.0.post0.tar.gz
+ sha512sums = 91d28837725edfc573588e73a4183957e07351ecb9a70b0ec1e205673b072dc5e91287977372a76f359e55d934393f3655ceeda136cd230a255b06b3bc78d317
pkgname = manim
diff --git a/PKGBUILD b/PKGBUILD
index efa46611ed6a..309c1ab858f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=manimce
pkgname=manim
-pkgver=0.18.0
+pkgver=0.18.0.post0
pkgrel=1
pkgdesc="Animation engine for explanatory math videos (community edition)."
@@ -12,7 +12,7 @@ license=("MIT" "custom")
url="https://github.com/ManimCommunity/manim"
source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('d52a3c3f5780c41fe7164a5ae164d46e7b372c2616f72e04fdf0c79f66ccc791c9d82db79c8d8258159cdf8a6f701d9a61bf1c43f547fdbb8641e63235b36a78')
+sha512sums=('91d28837725edfc573588e73a4183957e07351ecb9a70b0ec1e205673b072dc5e91287977372a76f359e55d934393f3655ceeda136cd230a255b06b3bc78d317')
conflicts=("python-manimlib")