summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"