summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2022-07-25 13:31:08 +0300
committerCaleb Maclennan2022-07-25 13:31:08 +0300
commit51f8d1c0146fc8845c76e1abdabc1310073df17a (patch)
tree2b26f6057a8fdbc9bec658b2341db0785ad41eda
parent3414094c4179fe828b275fcc0ff63dbcf895b0c8 (diff)
downloadaur-51f8d1c0146fc8845c76e1abdabc1310073df17a.tar.gz
upgpkg: python-uharfbuzz 0.28.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 9d7da0856018..54c00bdfe92a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-uharfbuzz
pkgdesc = Streamlined Cython bindings for the harfbuzz shaping engine
- pkgver = 0.27.0
+ pkgver = 0.28.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.27.0.zip
- sha256sums = d27f99631bc40f0ce69c0f4dbecbe86208fbc211d20d8af2cc16f6f6fe9774f2
+ source = https://files.pythonhosted.org/packages/source/u/uharfbuzz/uharfbuzz-0.28.0.zip
+ sha256sums = 3674457cef7052d6883499acfd4b6cf1df922afcdffa5731f3f1d72609dadaad
pkgname = python-uharfbuzz
diff --git a/PKGBUILD b/PKGBUILD
index 1bb27e3c2727..49cacea0fc38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pyname=uharfbuzz
pkgname=python-$_pyname
-pkgver=0.27.0
+pkgver=0.28.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=('d27f99631bc40f0ce69c0f4dbecbe86208fbc211d20d8af2cc16f6f6fe9774f2')
+sha256sums=('3674457cef7052d6883499acfd4b6cf1df922afcdffa5731f3f1d72609dadaad')
build() {
cd "$_archive"