summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGroctel2022-09-06 09:57:19 +0200
committerGroctel2022-09-06 09:57:19 +0200
commit05315dcf8b79838df601d727a7764ce435497994 (patch)
tree98c559781a0355db33a2a29f77334c6d0ec7feca /PKGBUILD
parente20c066d86edf57f5fec9a15feb8ec430aa68dc9 (diff)
downloadaur-05315dcf8b79838df601d727a7764ce435497994.tar.gz
Fixed cloup dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 725803a22947..a5c0e1841ba8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgbase=manimce
pkgname=manim
pkgver=0.16.0.post0
-pkgrel=1
+pkgrel=2
pkgdesc="Animation engine for explanatory math videos (community edition)."
arch=('any')
@@ -63,7 +63,7 @@ optdepends=(
prepare ()
{
cd "$srcdir/$pkgname-$pkgver"
- sed -i 's/cloup>=0.7.0,<0.8.0/cloup/g' setup.py
+ sed -i 's/cloup>=0.13.0,<0.14.0/cloup/g' setup.py
sed -i 's/mapbox-earcut>=0.12.10,<0.13.0/mapbox-earcut/g' setup.py
sed -i 's/screeninfo>=0.6.7,<0.7.0/screeninfo/g' setup.py
sed -i 's/srt>=3.5.0,<4.0.0/srt/g' setup.py