summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGroctel2021-03-06 09:13:54 +0100
committerGroctel2021-03-06 09:13:54 +0100
commit7570f12143c9f09dc78e7ec098f24c640a9a2125 (patch)
treeea5ef2d0e616b37cc99434524a46a7270ac1f72c
parent1263925dff3900270b82d13b774300ea51b5e945 (diff)
downloadaur-7570f12143c9f09dc78e7ec098f24c640a9a2125.tar.gz
Updated to 0.4.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 14bd28d7d59a..48bc93082a04 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = manimce
pkgdesc = Animation engine for explanatory math videos (community edition).
- pkgver = 0.3.0
+ pkgver = 0.4.0
pkgrel = 1
- url = https://github.com/ManimCommunity/manim/
+ url = https://www.manim.community/
arch = any
license = MIT
license = custom
@@ -22,8 +22,8 @@ pkgbase = manimce
depends = python-pydub
optdepends = texlive-most: latex support
conflicts = python-manimlib
- source = https://github.com/ManimCommunity/manim/releases/download/v0.3.0/manim-0.3.0.tar.gz
- sha256sums = 87166696E0D1D841C5721C545C55209FA4B6DCE95F0327B79EB8EF3DEBC8C11B
+ source = https://github.com/ManimCommunity/manim/releases/download/v0.4.0/manim-0.4.0.tar.gz
+ sha512sums = 302ca49b71e7e432fcdb97ba94de3ff59dd39f60a8fe0b883f45e54e674ebbcf6d10ef025ca7aebedfe5fa2d793ef6966e9d2bd9ea56c0bb226171a485a5e263
pkgname = manim-community
diff --git a/PKGBUILD b/PKGBUILD
index d30aacd2d606..a36196632b56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgbase=manimce
pkgname=manim-community
_name=manim
-pkgver=0.3.0
+pkgver=0.4.0
pkgrel=1
pkgdesc="Animation engine for explanatory math videos (community edition)."
arch=('any')
-url="https://github.com/ManimCommunity/manim/"
+url="https://www.manim.community/"
license=('MIT' 'custom')
depends=(
'python'
@@ -33,7 +33,7 @@ optdepends=(
conflicts=('python-manimlib')
provides=()
source=("https://github.com/ManimCommunity/$_name/releases/download/v$pkgver/$_name-$pkgver.tar.gz")
-sha256sums=('87166696E0D1D841C5721C545C55209FA4B6DCE95F0327B79EB8EF3DEBC8C11B')
+sha512sums=('302ca49b71e7e432fcdb97ba94de3ff59dd39f60a8fe0b883f45e54e674ebbcf6d10ef025ca7aebedfe5fa2d793ef6966e9d2bd9ea56c0bb226171a485a5e263')
prepare() {
cd "$srcdir/$_name-$pkgver"