summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2021-05-18 17:59:02 +0300
committerCaleb Maclennan2021-05-18 17:59:02 +0300
commit17405f0dec911f886f564913b2f9126288bbd7ad (patch)
tree703379ebc9cd0a5f9ac56821d767b508a8544fe6
parent51f34ce66c19468103268c4a2760f1341b3b4640 (diff)
downloadaur-17405f0dec911f886f564913b2f9126288bbd7ad.tar.gz
upgpkg: python-uharfbuzz 0.16.1-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 b255eafcfca8..091ab825e340 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-uharfbuzz
pkgdesc = Streamlined Cython bindings for the harfbuzz shaping engine
- pkgver = 0.16.0
+ pkgver = 0.16.1
pkgrel = 1
url = https://github.com/harfbuzz/
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = python-uharfbuzz
makedepends = python-setuptools
makedepends = python-scikit-build
depends = python
- source = https://files.pythonhosted.org/packages/source/u/uharfbuzz/uharfbuzz-0.16.0.zip
- sha256sums = 70f11ccfbb59028dec6ce768960ffcc4d44eee0e095d7b58421799d5e84cb17a
+ source = https://files.pythonhosted.org/packages/source/u/uharfbuzz/uharfbuzz-0.16.1.zip
+ sha256sums = 509aee6075c9c68fba250281b0a1d2cbf3c26a865af567589dead5e80cffe6af
pkgname = python-uharfbuzz
diff --git a/PKGBUILD b/PKGBUILD
index 54663bd8fd3a..aa0694656e7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pyname=uharfbuzz
pkgname=python-$_pyname
-pkgver=0.16.0
+pkgver=0.16.1
pkgrel=1
pkgdesc='Streamlined Cython bindings for the harfbuzz shaping engine'
arch=('x86_64')
@@ -11,7 +11,7 @@ license=('Apache')
depends=('python')
makedepends=('cython' 'python-setuptools' 'python-scikit-build')
source=("https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$_pyname-$pkgver.zip")
-sha256sums=('70f11ccfbb59028dec6ce768960ffcc4d44eee0e095d7b58421799d5e84cb17a')
+sha256sums=('509aee6075c9c68fba250281b0a1d2cbf3c26a865af567589dead5e80cffe6af')
build() {
cd "$_pyname-$pkgver"