summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGroctel2021-08-02 13:04:55 +0200
committerGroctel2021-08-02 13:04:55 +0200
commit23b096f047966d9f7f60a6b41594eccbd7c13085 (patch)
tree304bacb35568dfd5405aaee7dd58c0e0ea76294e /PKGBUILD
parent3886ab689907111deffc423c7736d0be92f557e3 (diff)
downloadaur-23b096f047966d9f7f60a6b41594eccbd7c13085.tar.gz
Updated to 0.9.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
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')