summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGroctel2022-11-21 12:58:42 +0100
committerGroctel2022-11-21 12:58:42 +0100
commite9a7749b91870e0fff3032d06f71bad57a892ae5 (patch)
tree3365de4cd56563222da915ef2654bfb250c82cb3
parent757da32d47f6507fb1f7c4134be5ef26d8abcb77 (diff)
downloadaur-e9a7749b91870e0fff3032d06f71bad57a892ae5.tar.gz
Update to 0.4.2
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dda1382494ae..4d4772629eda 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,16 +4,16 @@
_name=ManimPango
pkgname=python-manimpango
-pkgver=0.4.1
+pkgver=0.4.2
pkgrel=1
pkgdesc="C binding for Pango using Cython used in Manim to render (non-LaTeX) text."
arch=('any')
-license=('GPL3')
+license=('MIT')
url="https://manimpango.manim.community"
source=("https://github.com/ManimCommunity/$_name/releases/download/v$pkgver/$_name-$pkgver.tar.gz")
-sha512sums=('ef428784cba33d25898e4a601da41e7eb0951bd8e5ef15eea93d61bb3e3fc8167be24507c685379d3e0d914aa18ab1adb2bc1f5b55c8aae5a6b21495bb6d6197')
+sha512sums=('2e78db8ff1cc0330b5c200e0f59e2c739b7681f225bc15137ff5762c69da53b6cad1c75631e85d7a166cf1e2ef3795f20bd1b8d178bebde989874ea524c8bc11')
depends=(
'cairo'