summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGroctel2022-07-20 11:04:06 +0200
committerGroctel2022-07-20 11:04:06 +0200
commite20c066d86edf57f5fec9a15feb8ec430aa68dc9 (patch)
tree1d58a527ff44db92ebcb157450b005356c8c484f
parent4f367200a32e0c63a1e8997f7c88a76e2e32679d (diff)
downloadaur-e20c066d86edf57f5fec9a15feb8ec430aa68dc9.tar.gz
Fixed pkgsums
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3089100afeee..80c691a841cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -43,6 +43,6 @@ pkgbase = manimce
optdepends = texlive-core: LaTeX support
conflicts = python-manimlib
source = https://github.com/ManimCommunity/manim/releases/download/v0.16.0.post0/manim-0.16.0.post0.tar.gz
- sha512sums = 145024a55541ccdb982431c877a8d98791e5ba51d7d4b1f3b2077b753207a9c56930d52dbfaa773e76b26f9e37f4c33466ef6ee62defe374819df44f80a32886
+ sha512sums = a44861413b01a8d472603ed1c27abde0267f423c527cfd87e9ce1b284263227b79418fc98e8d0c1876f78c89438037f0b79e629eb9c384f6c83983a5307c4e10
pkgname = manim
diff --git a/PKGBUILD b/PKGBUILD
index 0ce1d37136e6..725803a22947 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ license=('MIT' 'custom')
url="https://github.com/ManimCommunity/manim"
source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('145024a55541ccdb982431c877a8d98791e5ba51d7d4b1f3b2077b753207a9c56930d52dbfaa773e76b26f9e37f4c33466ef6ee62defe374819df44f80a32886')
+sha512sums=('a44861413b01a8d472603ed1c27abde0267f423c527cfd87e9ce1b284263227b79418fc98e8d0c1876f78c89438037f0b79e629eb9c384f6c83983a5307c4e10')
conflicts=('python-manimlib')