summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2022-01-31 21:46:10 +0300
committerCaleb Maclennan2022-01-31 21:46:10 +0300
commit916842259a1d00f5375e41c7aa305398b16ce632 (patch)
treec19a9c13bc07ab44249e9a788bdc786f99eebcb2
parent7f3de2c2b0471a0f631a6be5a0838312e2a37fec (diff)
downloadaur-916842259a1d00f5375e41c7aa305398b16ce632.tar.gz
upgpkg: python-uharfbuzz 0.20.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 1358403925b9..57e07f8f6797 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-uharfbuzz
pkgdesc = Streamlined Cython bindings for the harfbuzz shaping engine
- pkgver = 0.19.0
+ pkgver = 0.20.0
pkgrel = 1
url = https://github.com/harfbuzz/
arch = x86_64
@@ -9,7 +9,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.19.0.zip
- sha256sums = 0807c4f14f40e20ca8fcc554ed4460d311fb91d9a8e3e2f8012acc7e9e6f0425
+ source = https://files.pythonhosted.org/packages/source/u/uharfbuzz/uharfbuzz-0.20.0.zip
+ sha256sums = 29a0c286c2f89d62b7b40277615111313cc27728d1c8773580b53239d10f93b0
pkgname = python-uharfbuzz
diff --git a/PKGBUILD b/PKGBUILD
index b70c5e26aa27..c600fb044f35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pyname=uharfbuzz
pkgname=python-$_pyname
-pkgver=0.19.0
+pkgver=0.20.0
pkgrel=1
pkgdesc='Streamlined Cython bindings for the harfbuzz shaping engine'
arch=(x86_64)
@@ -14,7 +14,7 @@ makedepends=(cython
python-scikit-build)
_archive="$_pyname-$pkgver"
source=("https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$_archive.zip")
-sha256sums=('0807c4f14f40e20ca8fcc554ed4460d311fb91d9a8e3e2f8012acc7e9e6f0425')
+sha256sums=('29a0c286c2f89d62b7b40277615111313cc27728d1c8773580b53239d10f93b0')
build() {
cd "$_archive"