summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGroctel2021-08-02 13:04:55 +0200
committerGroctel2021-08-02 13:04:55 +0200
commit23b096f047966d9f7f60a6b41594eccbd7c13085 (patch)
tree304bacb35568dfd5405aaee7dd58c0e0ea76294e
parent3886ab689907111deffc423c7736d0be92f557e3 (diff)
downloadaur-23b096f047966d9f7f60a6b41594eccbd7c13085.tar.gz
Updated to 0.9.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f38b5068064..91f33bf6939e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = manimce
pkgdesc = Animation engine for explanatory math videos (community edition).
- pkgver = 0.8.0
- pkgrel = 2
- url = https://www.manim.community/
+ pkgver = 0.9.0
+ pkgrel = 1
+ url = https://github.com/ManimCommunity/manim
arch = any
license = MIT
license = custom
@@ -38,7 +38,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.8.0/manim-0.8.0.tar.gz
- sha512sums = 2857afc0c9acd04bf0c5088f939edef744b5aef5455d48f22036baebb64d8e82482376281e06bb24fc7980eca13946779a9d7e9dcaa145fda5650235a1d1c05e
+ source = https://github.com/ManimCommunity/manim/releases/download/v0.9.0/manim-0.9.0.tar.gz
+ sha512sums = b43cae0bda8f389225ebaa64f7e3347b513908d3ad114e7624a2aaf178584e1aee88ff35db30b6171db8d9aafff24ddebbc33ff95f3b3c22cd3f299209dd7234
pkgname = manim
diff --git a/PKGBUILD b/PKGBUILD
index ed003f504e2d..d866decfe4ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@
pkgbase=manimce
pkgname=manim
-pkgver=0.8.0
-pkgrel=2
+pkgver=0.9.0
+pkgrel=1
pkgdesc="Animation engine for explanatory math videos (community edition)."
arch=('any')
license=('MIT' 'custom')
-url="https://www.manim.community/"
+url="https://github.com/ManimCommunity/manim"
-source=("https://github.com/ManimCommunity/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('2857afc0c9acd04bf0c5088f939edef744b5aef5455d48f22036baebb64d8e82482376281e06bb24fc7980eca13946779a9d7e9dcaa145fda5650235a1d1c05e')
+source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('b43cae0bda8f389225ebaa64f7e3347b513908d3ad114e7624a2aaf178584e1aee88ff35db30b6171db8d9aafff24ddebbc33ff95f3b3c22cd3f299209dd7234')
conflicts=('python-manimlib')