summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2022-02-08 18:55:07 +0300
committerCaleb Maclennan2022-02-08 18:55:07 +0300
commitbb26bf3771978b10bc3599662d1bcb369004b301 (patch)
treeb56c683cbd438cad5acf4f0b7a828f53d495cf37 /PKGBUILD
parent916842259a1d00f5375e41c7aa305398b16ce632 (diff)
downloadaur-bb26bf3771978b10bc3599662d1bcb369004b301.tar.gz
upgpkg: python-uharfbuzz 0.21.0-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c600fb044f35..a4142231825a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pyname=uharfbuzz
pkgname=python-$_pyname
-pkgver=0.20.0
+pkgver=0.21.0
pkgrel=1
pkgdesc='Streamlined Cython bindings for the harfbuzz shaping engine'
arch=(x86_64)
@@ -14,7 +14,7 @@ makedepends=(cython
python-scikit-build)
_archive="$_pyname-$pkgver"
source=("https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$_archive.zip")
-sha256sums=('29a0c286c2f89d62b7b40277615111313cc27728d1c8773580b53239d10f93b0')
+sha256sums=('01b9c463f876f426fdc6dffc8e7eef60d46546502d5ebc121e81dd6e003089e3')
build() {
cd "$_archive"