summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2023-06-26 11:52:32 +0300
committerCaleb Maclennan2023-06-26 11:52:32 +0300
commit866414d31a4ad807d822bcc1973d591f5dd09cab (patch)
tree3cfd2a28a332d0c4366b4694eb5c9698dda818b1
parent2378fc2cccda72bbe691711c2e3815edfdae5cc1 (diff)
downloadaur-866414d31a4ad807d822bcc1973d591f5dd09cab.tar.gz
upgpkg: python-uharfbuzz 0.37.0-1
upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ab360d5a6d1..57d30f477982 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-uharfbuzz
pkgdesc = Streamlined Cython bindings for the harfbuzz shaping engine
- pkgver = 0.36.0
- pkgrel = 2
+ pkgver = 0.37.0
+ pkgrel = 1
url = https://github.com/harfbuzz/
arch = x86_64
license = Apache
@@ -13,7 +13,7 @@ pkgbase = python-uharfbuzz
makedepends = python-setuptools-scm
makedepends = python-scikit-build
depends = python
- source = https://files.pythonhosted.org/packages/source/u/uharfbuzz/uharfbuzz-0.36.0.zip
- sha256sums = aa8dd413ce3ddd2fc683a98559a75231f13856ec8ba1309b1e956b23ba5b1b9e
+ source = https://files.pythonhosted.org/packages/source/u/uharfbuzz/uharfbuzz-0.37.0.zip
+ sha256sums = 64a4f109fdcaadb609186a26b14c038a2551b7d23e8a82f8b05b7ae43568fada
pkgname = python-uharfbuzz
diff --git a/PKGBUILD b/PKGBUILD
index d837a2507c36..33867ad62fb0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_pyname=uharfbuzz
pkgname=python-$_pyname
-pkgver=0.36.0
-pkgrel=2
+pkgver=0.37.0
+pkgrel=1
pkgdesc='Streamlined Cython bindings for the harfbuzz shaping engine'
arch=(x86_64)
url="https://github.com/harfbuzz/$_project"
@@ -16,7 +16,7 @@ makedepends=(cython
checkdepends=(python-pytest)
_archive="$_pyname-$pkgver"
source=("https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$_archive.zip")
-sha256sums=('aa8dd413ce3ddd2fc683a98559a75231f13856ec8ba1309b1e956b23ba5b1b9e')
+sha256sums=('64a4f109fdcaadb609186a26b14c038a2551b7d23e8a82f8b05b7ae43568fada')
build() {
cd "$_archive"