summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGroctel2021-07-02 18:22:57 +0200
committerGroctel2021-07-02 18:22:57 +0200
commite9b7519cbc49e43738b73a79cf84d0222d8d2ab1 (patch)
treee6639ffde70dde4384c6b247a9bdf83986bb30d8
parent362d29940a0af5820a622271c0b1d3025bfd8a18 (diff)
downloadaur-e9b7519cbc49e43738b73a79cf84d0222d8d2ab1.tar.gz
Updated to 0.8.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9aeaf1e3b632..ec8758c42531 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = manimce
pkgdesc = Animation engine for explanatory math videos (community edition).
- pkgver = 0.7.0
+ pkgver = 0.8.0
pkgrel = 1
url = https://www.manim.community/
arch = any
@@ -31,9 +31,10 @@ pkgbase = manimce
depends = python-moderngl-git
depends = python-moderngl-window
depends = python-pydub
+ depends = python-screeninfo
optdepends = texlive-most: latex support
conflicts = python-manimlib
- source = https://github.com/ManimCommunity/manim/releases/download/v0.7.0/manim-0.7.0.tar.gz
- sha512sums = 2c9c939c8771b3f48583295d63e230f7db89f8a4f6b5d97d3afec8eb295df7e9b5035be6b2e0c1bf0db9f9a14257f0ad86d48c25ab3d24e6600437f708c4641f
+ source = https://github.com/ManimCommunity/manim/releases/download/v0.8.0/manim-0.8.0.tar.gz
+ sha512sums = 2857afc0c9acd04bf0c5088f939edef744b5aef5455d48f22036baebb64d8e82482376281e06bb24fc7980eca13946779a9d7e9dcaa145fda5650235a1d1c05e
pkgname = manim
diff --git a/PKGBUILD b/PKGBUILD
index 5b17b14558b6..519ab5ed0bec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=manimce
pkgname=manim
-pkgver=0.7.0
+pkgver=0.8.0
pkgrel=1
pkgdesc="Animation engine for explanatory math videos (community edition)."
arch=('any')
@@ -35,6 +35,7 @@ depends=(
'python-moderngl-git'
'python-moderngl-window'
'python-pydub'
+ 'python-screeninfo'
)
makedepends=(
'python-setuptools'
@@ -45,7 +46,7 @@ optdepends=(
conflicts=('python-manimlib')
provides=()
source=("https://github.com/ManimCommunity/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('2c9c939c8771b3f48583295d63e230f7db89f8a4f6b5d97d3afec8eb295df7e9b5035be6b2e0c1bf0db9f9a14257f0ad86d48c25ab3d24e6600437f708c4641f')
+sha512sums=('2857afc0c9acd04bf0c5088f939edef744b5aef5455d48f22036baebb64d8e82482376281e06bb24fc7980eca13946779a9d7e9dcaa145fda5650235a1d1c05e')
prepare() {
cd "$srcdir/$pkgname-$pkgver"