summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2022-03-23 10:01:57 +0300
committerCaleb Maclennan2022-03-23 10:01:57 +0300
commitd421487267e6c858b65de72e19458babb6aa8fdb (patch)
tree809f13330ed49d970cdc660720956ca1bcc73e8c
parent6b220d0a470a559ce60bd3e2047ef0f885934748 (diff)
downloadaur-d421487267e6c858b65de72e19458babb6aa8fdb.tar.gz
upgpkg: python-uharfbuzz 0.23.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 fb41c2f0a1cf..43296176dd4a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-uharfbuzz
pkgdesc = Streamlined Cython bindings for the harfbuzz shaping engine
- pkgver = 0.22.0
+ pkgver = 0.23.0
pkgrel = 1
url = https://github.com/harfbuzz/
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = python-uharfbuzz
makedepends = python-scikit-build
makedepends = python-wheel
depends = python
- source = https://files.pythonhosted.org/packages/source/u/uharfbuzz/uharfbuzz-0.22.0.zip
- sha256sums = 82b68867fffd78d84e664ee872a193a897a35f398e40095ede7759456da4ebb6
+ source = https://files.pythonhosted.org/packages/source/u/uharfbuzz/uharfbuzz-0.23.0.zip
+ sha256sums = 7761b761ad5589c76b7f2ed228dfcc43aa5b5f7e6139e9c5d09b9a4910087d18
pkgname = python-uharfbuzz
diff --git a/PKGBUILD b/PKGBUILD
index 9883491a9171..593339ad4e7b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pyname=uharfbuzz
pkgname=python-$_pyname
-pkgver=0.22.0
+pkgver=0.23.0
pkgrel=1
pkgdesc='Streamlined Cython bindings for the harfbuzz shaping engine'
arch=(x86_64)
@@ -17,7 +17,7 @@ makedepends=(cython
checkdepends=(python-pytest)
_archive="$_pyname-$pkgver"
source=("https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$_archive.zip")
-sha256sums=('82b68867fffd78d84e664ee872a193a897a35f398e40095ede7759456da4ebb6')
+sha256sums=('7761b761ad5589c76b7f2ed228dfcc43aa5b5f7e6139e9c5d09b9a4910087d18')
build() {
cd "$_archive"