summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGroctel2021-05-20 10:55:47 +0200
committerGroctel2021-05-20 10:55:47 +0200
commitc5ff1a9b5417409d951d2ac48d3f450ebbcecf46 (patch)
treea3c89b3c5ea9b7930cec4be6c838f9819ac9de00
parentf2cfc289e3dfb2f642daa4ada548e204d3309274 (diff)
downloadaur-c5ff1a9b5417409d951d2ac48d3f450ebbcecf46.tar.gz
Updated to accept cloup 0.8.0
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c2022c56539..ddf7f6c5da06 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = manimce
pkgdesc = Animation engine for explanatory math videos (community edition).
pkgver = 0.6.0
- pkgrel = 2
+ pkgrel = 3
url = https://www.manim.community/
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index ef04ad1938bf..a860595c6301 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=manimce
pkgname=manim
pkgver=0.6.0
-pkgrel=2
+pkgrel=3
pkgdesc="Animation engine for explanatory math videos (community edition)."
arch=('any')
url="https://www.manim.community/"
@@ -50,6 +50,7 @@ prepare() {
sed -i 's/rich>=6.0,<7.0/rich/' setup.py
sed -i 's/decorator<5.0.0/decorator/' setup.py
sed -i 's/click>=7.1,<8.0/click/' setup.py
+ sed -i 's/cloup>=0.7.0,<0.8.0/cloup>=0.8.0/' setup.py
}
build() {