summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2021-04-10 10:59:24 +0300
committerCaleb Maclennan2021-04-10 10:59:24 +0300
commit752b7513fdd94732bd499f742f655e434ac3dab8 (patch)
tree84290e6777a4d1c78406d4f915c1c5094c06db92
parent13816b69b689c678a0cb49aa6dc002471e955424 (diff)
downloadaur-752b7513fdd94732bd499f742f655e434ac3dab8.tar.gz
upgpkg: python-uharfbuzz 0.15.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 c9cb551c74e9..cc7f44ac0473 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-uharfbuzz
pkgdesc = Streamlined Cython bindings for the harfbuzz shaping engine
- pkgver = 0.14.0
+ pkgver = 0.15.0
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.14.0.zip
- sha256sums = 965d79ec2d884937431cc627ce87a32052073a92a10ebd7224a707a8084388c5
+ source = https://files.pythonhosted.org/packages/source/u/uharfbuzz/uharfbuzz-0.15.0.zip
+ sha256sums = 5fa6ea32152a1e6fb5060b447f1b76e5e4e34bff288dca81c965fd45f67015d1
pkgname = python-uharfbuzz
diff --git a/PKGBUILD b/PKGBUILD
index a34f7d24aa25..0adb000c7b11 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pyname=uharfbuzz
pkgname=python-$_pyname
-pkgver=0.14.0
+pkgver=0.15.0
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=('965d79ec2d884937431cc627ce87a32052073a92a10ebd7224a707a8084388c5')
+sha256sums=('5fa6ea32152a1e6fb5060b447f1b76e5e4e34bff288dca81c965fd45f67015d1')
build() {
cd "$_pyname-$pkgver"