summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2022-07-29 20:43:28 +0300
committerCaleb Maclennan2022-07-29 20:43:28 +0300
commit2c580b1377364762c95072cf14b6d8b70256b52b (patch)
treec45088749f5b962c4b8121bd2280ed6818190f3b
parent51f8d1c0146fc8845c76e1abdabc1310073df17a (diff)
downloadaur-2c580b1377364762c95072cf14b6d8b70256b52b.tar.gz
upgpkg: python-uharfbuzz 0.29.0-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 54c00bdfe92a..5c0feb937853 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-uharfbuzz
pkgdesc = Streamlined Cython bindings for the harfbuzz shaping engine
- pkgver = 0.28.0
+ pkgver = 0.29.0
pkgrel = 1
url = https://github.com/harfbuzz/
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = python-uharfbuzz
makedepends = python-setuptools-scm
makedepends = python-scikit-build
depends = python
- source = https://files.pythonhosted.org/packages/source/u/uharfbuzz/uharfbuzz-0.28.0.zip
- sha256sums = 3674457cef7052d6883499acfd4b6cf1df922afcdffa5731f3f1d72609dadaad
+ source = https://files.pythonhosted.org/packages/source/u/uharfbuzz/uharfbuzz-0.29.0.zip
+ sha256sums = 57342bafa7d83e01598e38c765f3d3ced9061ea0654b48723f777d571dc4c6d1
pkgname = python-uharfbuzz
diff --git a/PKGBUILD b/PKGBUILD
index 49cacea0fc38..ae1308c842aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pyname=uharfbuzz
pkgname=python-$_pyname
-pkgver=0.28.0
+pkgver=0.29.0
pkgrel=1
pkgdesc='Streamlined Cython bindings for the harfbuzz shaping engine'
arch=(x86_64)
@@ -16,7 +16,7 @@ makedepends=(cython
checkdepends=(python-pytest)
_archive="$_pyname-$pkgver"
source=("https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$_archive.zip")
-sha256sums=('3674457cef7052d6883499acfd4b6cf1df922afcdffa5731f3f1d72609dadaad')
+sha256sums=('57342bafa7d83e01598e38c765f3d3ced9061ea0654b48723f777d571dc4c6d1')
build() {
cd "$_archive"