summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2023-12-27 23:19:00 +0300
committerCaleb Maclennan2023-12-27 23:19:00 +0300
commitc0a35cdb002fef5a07ffdda17a4037bb9b9ada51 (patch)
tree07b36a134c632783877186c4198c2c33259e9eda
parentbb46bc7911fe54da1799eb27cb00b460411164e2 (diff)
downloadaur-c0a35cdb002fef5a07ffdda17a4037bb9b9ada51.tar.gz
upgpkg: python-uharfbuzz 0.38.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 7378e2e3f7ea..33e26f80d460 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-uharfbuzz
pkgdesc = Streamlined Cython bindings for the harfbuzz shaping engine
- pkgver = 0.37.3
+ pkgver = 0.38.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.37.3.zip
- sha256sums = f2b213386c1e1588c2c9baea436a85c4609902001cd21bc3065244b744223a6d
+ source = https://files.pythonhosted.org/packages/source/u/uharfbuzz/uharfbuzz-0.38.0.zip
+ sha256sums = 755eb50b7c1f87a151ca0b73ecabffea50d7f5ceecef36b08f72062de408d35c
pkgname = python-uharfbuzz
diff --git a/PKGBUILD b/PKGBUILD
index 213d50b5d4ea..7be8de2e92f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pyname=uharfbuzz
pkgname=python-$_pyname
-pkgver=0.37.3
+pkgver=0.38.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=('f2b213386c1e1588c2c9baea436a85c4609902001cd21bc3065244b744223a6d')
+sha256sums=('755eb50b7c1f87a151ca0b73ecabffea50d7f5ceecef36b08f72062de408d35c')
build() {
cd "$_archive"