summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgroctel2023-10-13 11:13:48 +0200
committergroctel2023-10-13 11:13:48 +0200
commite8a009fb7fc8b803c29e0400aa8eb482d005588a (patch)
tree97e0fdbfe9ff0705ee03b3d262ff48adcbc5705b
parentf396bd10dfd37a8a4766dd2a0e4a608d81db26f1 (diff)
downloadaur-e8a009fb7fc8b803c29e0400aa8eb482d005588a.tar.gz
Updated to 0.4.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 71a9af8d4b78..a125ba9555e3 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.3
+ pkgver = 0.4.4
pkgrel = 1
url = https://manimpango.manim.community
arch = x86_64
@@ -8,11 +8,13 @@ pkgbase = python-manimpango
makedepends = python-setuptools
makedepends = cython
depends = cairo
+ depends = fontconfig
+ depends = glib
depends = harfbuzz
depends = pango
depends = python
depends = python-gobject
- source = https://github.com/ManimCommunity/ManimPango/releases/download/v0.4.3/ManimPango-0.4.3.tar.gz
+ source = https://github.com/ManimCommunity/ManimPango/releases/download/v0.4.4/ManimPango-0.4.4.tar.gz
sha512sums = edee75c06544399d52ffece6e3af643379cd6ca1a4ee3477594eae3e2f4c6c65c7670b7b03dc65d9ac50ac6bf8087f9345174366ce41f85f4eaba4a3ea4dfae3
pkgname = python-manimpango
diff --git a/PKGBUILD b/PKGBUILD
index 7ebffb28ca00..361f5666be9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_name=ManimPango
pkgname=python-manimpango
-pkgver=0.4.3
+pkgver=0.4.4
pkgrel=1
pkgdesc="C binding for Pango using Cython used in Manim to render (non-LaTeX) text."
@@ -17,6 +17,8 @@ sha512sums=('edee75c06544399d52ffece6e3af643379cd6ca1a4ee3477594eae3e2f4c6c65c76
depends=(
'cairo'
+ 'fontconfig'
+ 'glib'
'harfbuzz'
'pango'
'python'