summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2021-07-25 09:40:01 +0300
committerCaleb Maclennan2021-07-25 09:40:01 +0300
commit3285ef2447c90cbbc3f25ae8e76a552ed1b05acb (patch)
tree7014aade55580b54d06566d0ee4931201be95081
parent3be28ee56a445c901fd728750fab716dd3c3ce60 (diff)
downloadaur-3285ef2447c90cbbc3f25ae8e76a552ed1b05acb.tar.gz
upgpkg: python-uharfbuzz 0.17.0-1
upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d94ed2a48e34..6b397493a541 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-uharfbuzz
pkgdesc = Streamlined Cython bindings for the harfbuzz shaping engine
- pkgver = 0.16.1
- pkgrel = 2
+ pkgver = 0.17.0
+ pkgrel = 1
url = https://github.com/harfbuzz/
arch = x86_64
license = Apache
@@ -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.16.1.zip
- sha256sums = 509aee6075c9c68fba250281b0a1d2cbf3c26a865af567589dead5e80cffe6af
+ source = https://files.pythonhosted.org/packages/source/u/uharfbuzz/uharfbuzz-0.17.0.zip
+ sha256sums = 6e362a6918cfc5225bfa22d10c98c0455618ce4d30ac30fc00e68a851b9f05a0
pkgname = python-uharfbuzz
diff --git a/PKGBUILD b/PKGBUILD
index e7460becd48c..d5f2ab543f6a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_pyname=uharfbuzz
pkgname=python-$_pyname
-pkgver=0.16.1
-pkgrel=2
+pkgver=0.17.0
+pkgrel=1
pkgdesc='Streamlined Cython bindings for the harfbuzz shaping engine'
arch=(x86_64)
url="https://github.com/harfbuzz/$_project"
@@ -13,7 +13,7 @@ makedepends=(cython
python-setuptools-scm
python-scikit-build)
source=("https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$_pyname-$pkgver.zip")
-sha256sums=('509aee6075c9c68fba250281b0a1d2cbf3c26a865af567589dead5e80cffe6af')
+sha256sums=('6e362a6918cfc5225bfa22d10c98c0455618ce4d30ac30fc00e68a851b9f05a0')
build() {
cd "$_pyname-$pkgver"