summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGroctel2023-01-01 13:49:33 +0100
committerGroctel2023-01-01 13:49:33 +0100
commitf396bd10dfd37a8a4766dd2a0e4a608d81db26f1 (patch)
tree8c32d20d56e6ce7104ed12358f11167fefadbe83
parent79997dc787a93e6276e0f4cfe7655b69a4d7373f (diff)
downloadaur-f396bd10dfd37a8a4766dd2a0e4a608d81db26f1.tar.gz
Updated to 0.4.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 193f957fccd9..71a9af8d4b78 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-manimpango
pkgdesc = C binding for Pango using Cython used in Manim to render (non-LaTeX) text.
- pkgver = 0.4.2
+ pkgver = 0.4.3
pkgrel = 1
url = https://manimpango.manim.community
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = python-manimpango
depends = pango
depends = python
depends = python-gobject
- source = https://github.com/ManimCommunity/ManimPango/releases/download/v0.4.2/ManimPango-0.4.2.tar.gz
- sha512sums = 2e78db8ff1cc0330b5c200e0f59e2c739b7681f225bc15137ff5762c69da53b6cad1c75631e85d7a166cf1e2ef3795f20bd1b8d178bebde989874ea524c8bc11
+ source = https://github.com/ManimCommunity/ManimPango/releases/download/v0.4.3/ManimPango-0.4.3.tar.gz
+ sha512sums = edee75c06544399d52ffece6e3af643379cd6ca1a4ee3477594eae3e2f4c6c65c7670b7b03dc65d9ac50ac6bf8087f9345174366ce41f85f4eaba4a3ea4dfae3
pkgname = python-manimpango
diff --git a/PKGBUILD b/PKGBUILD
index 21ade2585818..7ebffb28ca00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_name=ManimPango
pkgname=python-manimpango
-pkgver=0.4.2
+pkgver=0.4.3
pkgrel=1
pkgdesc="C binding for Pango using Cython used in Manim to render (non-LaTeX) text."
@@ -13,7 +13,7 @@ license=('MIT')
url="https://manimpango.manim.community"
source=("https://github.com/ManimCommunity/$_name/releases/download/v$pkgver/$_name-$pkgver.tar.gz")
-sha512sums=('2e78db8ff1cc0330b5c200e0f59e2c739b7681f225bc15137ff5762c69da53b6cad1c75631e85d7a166cf1e2ef3795f20bd1b8d178bebde989874ea524c8bc11')
+sha512sums=('edee75c06544399d52ffece6e3af643379cd6ca1a4ee3477594eae3e2f4c6c65c7670b7b03dc65d9ac50ac6bf8087f9345174366ce41f85f4eaba4a3ea4dfae3')
depends=(
'cairo'