summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2022-04-25 20:34:44 +0300
committerCaleb Maclennan2022-04-25 20:34:44 +0300
commitea0a8cefc4fd80375e3a326683fa02c7b59ea188 (patch)
treec5b490b2260635ec9b8cc57df819da8476657eb7
parentca79f431abd5a5fc40c2ce61d2a11ee8f5dad993 (diff)
downloadaur-ea0a8cefc4fd80375e3a326683fa02c7b59ea188.tar.gz
upgpkg: python-uharfbuzz 0.25.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 4492b427cc92..eab8309bd5ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-uharfbuzz
pkgdesc = Streamlined Cython bindings for the harfbuzz shaping engine
- pkgver = 0.24.1
+ pkgver = 0.25.0
pkgrel = 1
url = https://github.com/harfbuzz/
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = python-uharfbuzz
makedepends = python-scikit-build
makedepends = python-wheel
depends = python
- source = https://files.pythonhosted.org/packages/source/u/uharfbuzz/uharfbuzz-0.24.1.zip
- sha256sums = 4508ff2626d4c20a31a696b08cdc3f4648577ea0795e3f41c746f32753a4a907
+ source = https://files.pythonhosted.org/packages/source/u/uharfbuzz/uharfbuzz-0.25.0.zip
+ sha256sums = 5e280e76a9824246ef2dd1a8cf84493ccd082149550e54572017b6ba5187f279
pkgname = python-uharfbuzz
diff --git a/PKGBUILD b/PKGBUILD
index c22707318377..1f6634ba03eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pyname=uharfbuzz
pkgname=python-$_pyname
-pkgver=0.24.1
+pkgver=0.25.0
pkgrel=1
pkgdesc='Streamlined Cython bindings for the harfbuzz shaping engine'
arch=(x86_64)
@@ -17,7 +17,7 @@ makedepends=(cython
checkdepends=(python-pytest)
_archive="$_pyname-$pkgver"
source=("https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$_archive.zip")
-sha256sums=('4508ff2626d4c20a31a696b08cdc3f4648577ea0795e3f41c746f32753a4a907')
+sha256sums=('5e280e76a9824246ef2dd1a8cf84493ccd082149550e54572017b6ba5187f279')
build() {
cd "$_archive"