summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2024-02-27 11:46:44 +0300
committerCaleb Maclennan2024-02-27 11:46:44 +0300
commitebf32e83492d4894d2092809ee22c59a2503f98b (patch)
tree456d89398dac7b0d16aa30afd7e6d5e2c1ac8237
parent40c279dc376afdb1082daf58be6060ac0d8e63e9 (diff)
downloadaur-ebf32e83492d4894d2092809ee22c59a2503f98b.tar.gz
upgpkg: python-uharfbuzz 0.39.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 33e26f80d460..69957681c18a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-uharfbuzz
pkgdesc = Streamlined Cython bindings for the harfbuzz shaping engine
- pkgver = 0.38.0
+ pkgver = 0.39.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.38.0.zip
- sha256sums = 755eb50b7c1f87a151ca0b73ecabffea50d7f5ceecef36b08f72062de408d35c
+ source = https://files.pythonhosted.org/packages/source/u/uharfbuzz/uharfbuzz-0.39.0.zip
+ sha256sums = 06001ab50339003b04b194fd3804e3292c023b3f1d5b376f7e128891cc584491
pkgname = python-uharfbuzz
diff --git a/PKGBUILD b/PKGBUILD
index 7be8de2e92f7..0532e9d3d27f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pyname=uharfbuzz
pkgname=python-$_pyname
-pkgver=0.38.0
+pkgver=0.39.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=('755eb50b7c1f87a151ca0b73ecabffea50d7f5ceecef36b08f72062de408d35c')
+sha256sums=('06001ab50339003b04b194fd3804e3292c023b3f1d5b376f7e128891cc584491')
build() {
cd "$_archive"