summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2022-06-30 12:40:09 +0300
committerCaleb Maclennan2022-06-30 12:40:09 +0300
commit3414094c4179fe828b275fcc0ff63dbcf895b0c8 (patch)
tree056fa78e35ad857aec538a70a53e991521dfaa08
parent015e28c30f72de754562a7775e1f7e156ae0ed12 (diff)
downloadaur-3414094c4179fe828b275fcc0ff63dbcf895b0c8.tar.gz
upgpkg: python-uharfbuzz 0.27.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 a2cd40ed3c6f..9d7da0856018 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-uharfbuzz
pkgdesc = Streamlined Cython bindings for the harfbuzz shaping engine
- pkgver = 0.26.0
- pkgrel = 2
+ pkgver = 0.27.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.26.0.zip
- sha256sums = 537d792c1a58a2d1589608ed9e2c0d529357ac42d8349882d0d96ddff82e5be3
+ source = https://files.pythonhosted.org/packages/source/u/uharfbuzz/uharfbuzz-0.27.0.zip
+ sha256sums = d27f99631bc40f0ce69c0f4dbecbe86208fbc211d20d8af2cc16f6f6fe9774f2
pkgname = python-uharfbuzz
diff --git a/PKGBUILD b/PKGBUILD
index 7eb84c408e50..1bb27e3c2727 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_pyname=uharfbuzz
pkgname=python-$_pyname
-pkgver=0.26.0
-pkgrel=2
+pkgver=0.27.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=('537d792c1a58a2d1589608ed9e2c0d529357ac42d8349882d0d96ddff82e5be3')
+sha256sums=('d27f99631bc40f0ce69c0f4dbecbe86208fbc211d20d8af2cc16f6f6fe9774f2')
build() {
cd "$_archive"