summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2020-09-11 12:25:49 +0300
committerCaleb Maclennan2020-09-11 12:25:49 +0300
commit76a3003efaf9779b38eceeea4110d32d04ceaf7c (patch)
tree81baddb7c5a3aef4e6b6308f8ff9ace86a249b01
parent7a33f503af6ed1136d0b1c0511680c0ff8a5b06d (diff)
downloadaur-76a3003efaf9779b38eceeea4110d32d04ceaf7c.tar.gz
upgpkg: python-uharfbuzz 0.13.2-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 ffeda79015d5..3b5568400aaf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-uharfbuzz
pkgdesc = Streamlined Cython bindings for the harfbuzz shaping engine
- pkgver = 0.12.0
+ pkgver = 0.13.2
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.12.0.zip
- sha256sums = c3046143439e4413c1227b1da3e25c4172d2adf70b68c2bddf7a3b9c8e179611
+ source = https://files.pythonhosted.org/packages/source/u/uharfbuzz/uharfbuzz-0.13.2.zip
+ sha256sums = b3be12f2118cb5f301ed51b360a6188eab23f24704b9d2ffa830315d31923efb
pkgname = python-uharfbuzz
diff --git a/PKGBUILD b/PKGBUILD
index e68f3ae4f30e..5c49f9cae247 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pyname=uharfbuzz
pkgname=python-$_pyname
-pkgver=0.12.0
+pkgver=0.13.2
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=('c3046143439e4413c1227b1da3e25c4172d2adf70b68c2bddf7a3b9c8e179611')
+sha256sums=('b3be12f2118cb5f301ed51b360a6188eab23f24704b9d2ffa830315d31923efb')
build() {
cd "$_pyname-$pkgver"