summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2023-07-21 14:21:50 +0300
committerCaleb Maclennan2023-07-21 14:21:50 +0300
commit66af477281c763a52757360624cc005d46d80119 (patch)
treefc03ae55266f90cc9fee73b30652b151c7db1254
parent866414d31a4ad807d822bcc1973d591f5dd09cab (diff)
downloadaur-66af477281c763a52757360624cc005d46d80119.tar.gz
upgpkg: python-uharfbuzz 0.37.1-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 57d30f477982..f8921c50e681 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-uharfbuzz
pkgdesc = Streamlined Cython bindings for the harfbuzz shaping engine
- pkgver = 0.37.0
+ pkgver = 0.37.1
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.0.zip
- sha256sums = 64a4f109fdcaadb609186a26b14c038a2551b7d23e8a82f8b05b7ae43568fada
+ source = https://files.pythonhosted.org/packages/source/u/uharfbuzz/uharfbuzz-0.37.1.zip
+ sha256sums = df8bee4a05e52fc7d4ed8a9162f68752c2c11e62c1ae91d7b77abdd5f786938a
pkgname = python-uharfbuzz
diff --git a/PKGBUILD b/PKGBUILD
index 33867ad62fb0..15a428d6df49 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pyname=uharfbuzz
pkgname=python-$_pyname
-pkgver=0.37.0
+pkgver=0.37.1
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=('64a4f109fdcaadb609186a26b14c038a2551b7d23e8a82f8b05b7ae43568fada')
+sha256sums=('df8bee4a05e52fc7d4ed8a9162f68752c2c11e62c1ae91d7b77abdd5f786938a')
build() {
cd "$_archive"