summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2021-12-15 23:33:32 +0300
committerCaleb Maclennan2021-12-15 23:33:32 +0300
commit7f3de2c2b0471a0f631a6be5a0838312e2a37fec (patch)
treed6b9586abd6eacf50d9c535361c2e31b16a84f96
parent56bb3f3b9ebe2363c4670ff4809fb5d64966a478 (diff)
downloadaur-7f3de2c2b0471a0f631a6be5a0838312e2a37fec.tar.gz
upgpkg: python-uharfbuzz 0.19.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 59584a5a37a4..1358403925b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-uharfbuzz
pkgdesc = Streamlined Cython bindings for the harfbuzz shaping engine
- pkgver = 0.18.0
- pkgrel = 2
+ pkgver = 0.19.0
+ pkgrel = 1
url = https://github.com/harfbuzz/
arch = x86_64
license = Apache
@@ -9,7 +9,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.18.0.zip
- sha256sums = 2cfbc34049f7443894d33ce22e7e87b2707842c48b23ab22de0b80a68a7751a7
+ source = https://files.pythonhosted.org/packages/source/u/uharfbuzz/uharfbuzz-0.19.0.zip
+ sha256sums = 0807c4f14f40e20ca8fcc554ed4460d311fb91d9a8e3e2f8012acc7e9e6f0425
pkgname = python-uharfbuzz
diff --git a/PKGBUILD b/PKGBUILD
index 04563b2e44de..b70c5e26aa27 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_pyname=uharfbuzz
pkgname=python-$_pyname
-pkgver=0.18.0
-pkgrel=2
+pkgver=0.19.0
+pkgrel=1
pkgdesc='Streamlined Cython bindings for the harfbuzz shaping engine'
arch=(x86_64)
url="https://github.com/harfbuzz/$_project"
@@ -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=('2cfbc34049f7443894d33ce22e7e87b2707842c48b23ab22de0b80a68a7751a7')
+sha256sums=('0807c4f14f40e20ca8fcc554ed4460d311fb91d9a8e3e2f8012acc7e9e6f0425')
build() {
cd "$_archive"