summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGroctel2021-01-15 20:20:17 +0100
committerGroctel2021-01-15 20:20:17 +0100
commite6bc88a78f3327f1de22ac735341b231a85689b2 (patch)
tree4dae897264435eab2699683aba3d9abdef9c0174
parent5d4452b1cea41f1efd62a91de696398b0d15f15a (diff)
downloadaur-e6bc88a78f3327f1de22ac735341b231a85689b2.tar.gz
Updated to 0.1.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 792969f49b34..4ef94a7a248d 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.1.6
+ pkgver = 0.1.7
pkgrel = 1
url = https://github.com/ManimCommunity/manimpango/
arch = any
@@ -9,8 +9,8 @@ pkgbase = python-manimpango
makedepends = cython
depends = pango
depends = python
- source = https://github.com/ManimCommunity/manimpango/releases/download/v0.1.6/manimpango-0.1.6.tar.gz
- sha256sums = BBB4668E2E718DA425CAB183FE58B78EFFE146D792D342D8D24826881542DAD5
+ source = https://github.com/ManimCommunity/manimpango/releases/download/v0.1.7/manimpango-0.1.7.tar.gz
+ sha256sums = 9971fc49569f55c785b49e508db85d46b3184acb0981f12d8b96b47ca535018e
pkgname = python-manimpango
diff --git a/PKGBUILD b/PKGBUILD
index 85a85029e43b..520be8e47996 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Groctel <aur@taxorubio.com>
pkgname=python-manimpango
_name=${pkgname#python-}
-pkgver=0.1.6
+pkgver=0.1.7
pkgrel=1
pkgdesc="C binding for Pango using Cython used in Manim to render (non-LaTeX) text."
arch=('any')
@@ -17,7 +17,7 @@ makedepends=(
)
provides=()
source=("https://github.com/ManimCommunity/$_name/releases/download/v$pkgver/$_name-$pkgver.tar.gz")
-sha256sums=('BBB4668E2E718DA425CAB183FE58B78EFFE146D792D342D8D24826881542DAD5')
+sha256sums=('9971fc49569f55c785b49e508db85d46b3184acb0981f12d8b96b47ca535018e')
build() {
cd "$srcdir/$_name-$pkgver"