summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoréclairevoyant2023-09-12 20:37:10 -0400
committerCaleb Maclennan2023-09-18 12:32:04 +0300
commitbb46bc7911fe54da1799eb27cb00b460411164e2 (patch)
treec277e307b998c99531bf5e13b7492110711430f0
parent66af477281c763a52757360624cc005d46d80119 (diff)
downloadaur-bb46bc7911fe54da1799eb27cb00b460411164e2.tar.gz
upgpkg: python-uharfbuzz 0.37.3-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 f8921c50e681..7378e2e3f7ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-uharfbuzz
pkgdesc = Streamlined Cython bindings for the harfbuzz shaping engine
- pkgver = 0.37.1
+ pkgver = 0.37.3
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.37.1.zip
- sha256sums = df8bee4a05e52fc7d4ed8a9162f68752c2c11e62c1ae91d7b77abdd5f786938a
+ source = https://files.pythonhosted.org/packages/source/u/uharfbuzz/uharfbuzz-0.37.3.zip
+ sha256sums = f2b213386c1e1588c2c9baea436a85c4609902001cd21bc3065244b744223a6d
pkgname = python-uharfbuzz
diff --git a/PKGBUILD b/PKGBUILD
index 15a428d6df49..213d50b5d4ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pyname=uharfbuzz
pkgname=python-$_pyname
-pkgver=0.37.1
+pkgver=0.37.3
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=('df8bee4a05e52fc7d4ed8a9162f68752c2c11e62c1ae91d7b77abdd5f786938a')
+sha256sums=('f2b213386c1e1588c2c9baea436a85c4609902001cd21bc3065244b744223a6d')
build() {
cd "$_archive"