summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2022-05-24 23:30:05 +0300
committerCaleb Maclennan2022-05-24 23:30:05 +0300
commitd27fb543185f0f18c4037ce2d3b6d90bbcd583fa (patch)
tree54c82c2bc1919db610d0a23c7f29f006b8eb4197
parentea0a8cefc4fd80375e3a326683fa02c7b59ea188 (diff)
downloadaur-d27fb543185f0f18c4037ce2d3b6d90bbcd583fa.tar.gz
upgpkg: python-uharfbuzz 0.26.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 eab8309bd5ed..ab0edfd49e7f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-uharfbuzz
pkgdesc = Streamlined Cython bindings for the harfbuzz shaping engine
- pkgver = 0.25.0
+ pkgver = 0.26.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.25.0.zip
- sha256sums = 5e280e76a9824246ef2dd1a8cf84493ccd082149550e54572017b6ba5187f279
+ source = https://files.pythonhosted.org/packages/source/u/uharfbuzz/uharfbuzz-0.26.0.zip
+ sha256sums = 537d792c1a58a2d1589608ed9e2c0d529357ac42d8349882d0d96ddff82e5be3
pkgname = python-uharfbuzz
diff --git a/PKGBUILD b/PKGBUILD
index 1f6634ba03eb..fe4953d32000 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pyname=uharfbuzz
pkgname=python-$_pyname
-pkgver=0.25.0
+pkgver=0.26.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=('5e280e76a9824246ef2dd1a8cf84493ccd082149550e54572017b6ba5187f279')
+sha256sums=('537d792c1a58a2d1589608ed9e2c0d529357ac42d8349882d0d96ddff82e5be3')
build() {
cd "$_archive"