summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2022-10-28 22:31:45 +0300
committerCaleb Maclennan2022-10-28 22:31:45 +0300
commit126c61c2d2d0b0669a9566b15398c2e70943df88 (patch)
treebd190fdaec4390c91b3f40142e763f9f5d78b73a
parentf16dd7fe789bdcc5f338366739357603cbbfde7d (diff)
downloadaur-126c61c2d2d0b0669a9566b15398c2e70943df88.tar.gz
upgpkg: python-uharfbuzz 0.32.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 edd9f670f12d..1e31240aa772 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-uharfbuzz
pkgdesc = Streamlined Cython bindings for the harfbuzz shaping engine
- pkgver = 0.31.0
+ pkgver = 0.32.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.31.0.zip
- sha256sums = fc5da07133053e5eb2073b04c13dcb2ef992a816f2e04f80036f7e97e275f5da
+ source = https://files.pythonhosted.org/packages/source/u/uharfbuzz/uharfbuzz-0.32.0.zip
+ sha256sums = 209ac2abe706b6129e160dd4a18aeae813c09e10e43c116e67a76fb025cb8cbc
pkgname = python-uharfbuzz
diff --git a/PKGBUILD b/PKGBUILD
index 31a6c2d1a634..52e6cf1e1eaa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pyname=uharfbuzz
pkgname=python-$_pyname
-pkgver=0.31.0
+pkgver=0.32.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=('fc5da07133053e5eb2073b04c13dcb2ef992a816f2e04f80036f7e97e275f5da')
+sha256sums=('209ac2abe706b6129e160dd4a18aeae813c09e10e43c116e67a76fb025cb8cbc')
build() {
cd "$_archive"