summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGroctel2021-11-02 12:37:20 +0100
committerGroctel2021-11-02 12:37:20 +0100
commit69f92abb56c0e059ce9a4aed9da1018aeb492079 (patch)
tree871f1283fbabf4c9409b76f4d7ca74c2e37da676
parent8f6f353c1f1a2bf9fd59316b27f3aeab7ca2c5dd (diff)
downloadaur-69f92abb56c0e059ce9a4aed9da1018aeb492079.tar.gz
Updated to 0.12.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6aa4dbae8527..fd77fccbeb9a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = manimce
pkgdesc = Animation engine for explanatory math videos (community edition).
- pkgver = 0.11.0
- pkgrel = 3
+ pkgver = 0.12.0
+ pkgrel = 1
url = https://github.com/ManimCommunity/manim
arch = any
license = MIT
@@ -40,7 +40,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.11.0/manim-0.11.0.tar.gz
- sha512sums = 86c08f5c117bcf617eb8868c5d53347faeb121ca2f8d70d3fbccf99bb588854aa799e9cd790e0cf7c100c6ef074f3b59de78fa34641bc39d6b0c4f2cecc80826
+ source = https://github.com/ManimCommunity/manim/releases/download/v0.12.0/manim-0.12.0.tar.gz
+ sha512sums = 8276d560575de79b53338f0a8030ab577825a47529c6786054c7e36851f1d04c37cfe0b3a3ab3d3abf13ab0c2a78554ce82b8eb64f2d7760d89aa1c7fefe4343
pkgname = manim
diff --git a/PKGBUILD b/PKGBUILD
index 0cbed906fa34..87d952fbab9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgbase=manimce
pkgname=manim
-pkgver=0.11.0
-pkgrel=3
+pkgver=0.12.0
+pkgrel=1
pkgdesc="Animation engine for explanatory math videos (community edition)."
arch=('any')
@@ -12,7 +12,7 @@ license=('MIT' 'custom')
url="https://github.com/ManimCommunity/manim"
source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('86c08f5c117bcf617eb8868c5d53347faeb121ca2f8d70d3fbccf99bb588854aa799e9cd790e0cf7c100c6ef074f3b59de78fa34641bc39d6b0c4f2cecc80826')
+sha512sums=('8276d560575de79b53338f0a8030ab577825a47529c6786054c7e36851f1d04c37cfe0b3a3ab3d3abf13ab0c2a78554ce82b8eb64f2d7760d89aa1c7fefe4343')
conflicts=('python-manimlib')
@@ -48,7 +48,9 @@ depends=(
'python-screeninfo'
'python-skia-pathops'
)
-makedepends=('python-setuptools')
+makedepends=(
+ 'python-setuptools'
+)
optdepends=(
'jupyterlab: Jupyter something'
'python-grpcio-tools: WebGL renderer'