summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2023-03-14 10:38:57 +0300
committerCaleb Maclennan2023-03-14 10:38:57 +0300
commit579f9da7d95d5102fd5d4d7abb558d29f0fde941 (patch)
tree5102c36300885253207be090e76efb62e7cb2b59
parent35cc2b7611bab17d6fdb0e58d6b1db1c86d3f1b3 (diff)
downloadaur-579f9da7d95d5102fd5d4d7abb558d29f0fde941.tar.gz
upgpkg: python-uharfbuzz 0.35.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 68c7402a7c5c..319bcb1abb60 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-uharfbuzz
pkgdesc = Streamlined Cython bindings for the harfbuzz shaping engine
- pkgver = 0.34.0
+ pkgver = 0.35.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.34.0.zip
- sha256sums = 5484ecda7aae63b8e06b23ca97a57e430df4a2b084013327e7c1d811c4865060
+ source = https://files.pythonhosted.org/packages/source/u/uharfbuzz/uharfbuzz-0.35.0.zip
+ sha256sums = 9c5c1cc77cd258ed014ceacd117fdbc7c5b13c00ad1c6dec811e6ce5b5cc5bc5
pkgname = python-uharfbuzz
diff --git a/PKGBUILD b/PKGBUILD
index 842f2346d112..b22e00ccee98 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pyname=uharfbuzz
pkgname=python-$_pyname
-pkgver=0.34.0
+pkgver=0.35.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=('5484ecda7aae63b8e06b23ca97a57e430df4a2b084013327e7c1d811c4865060')
+sha256sums=('9c5c1cc77cd258ed014ceacd117fdbc7c5b13c00ad1c6dec811e6ce5b5cc5bc5')
build() {
cd "$_archive"