summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2024-02-02 11:23:36 +0300
committerCaleb Maclennan2024-02-02 11:23:36 +0300
commit708c0fc71379dfed2fa23b6fafebfe620447b432 (patch)
tree2216e675a5fbc79091383b5fedfc3c484a0b6620
parent317a59d57d85ca29d04d482eb66d1c518c67fc42 (diff)
downloadaur-708c0fc71379dfed2fa23b6fafebfe620447b432.tar.gz
upgpkg: fontbakery 0.11.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 c919bb2de9d5..1762acefb048 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fontbakery
pkgdesc = A command-line tool for checking the quality of font projects
- pkgver = 0.10.8
+ pkgver = 0.11.0
pkgrel = 1
url = https://github.com/googlefonts/fontbakery
arch = any
@@ -35,7 +35,7 @@ pkgbase = fontbakery
depends = python-ufo2ft
depends = python-unicodedata2
depends = python-vharfbuzz
- source = https://files.pythonhosted.org/packages/source/f/fontbakery/fontbakery-0.10.8.tar.gz
- sha256sums = 5e3dc4d67a73fb24e52742d6f196043a8ecc2d530e52ed1f13a99df731fa6e36
+ source = https://files.pythonhosted.org/packages/source/f/fontbakery/fontbakery-0.11.0.tar.gz
+ sha256sums = ebb38b845aa2cb8e4308440aa03d434f6999d7cec129730d1fa50edc945042b7
pkgname = fontbakery
diff --git a/PKGBUILD b/PKGBUILD
index c89a0ce9d0f6..7876c04af3f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Caleb Maclennan <caleb@alerque.com>
pkgname=fontbakery
-pkgver=0.10.8
+pkgver=0.11.0
pkgrel=1
pkgdesc='A command-line tool for checking the quality of font projects'
arch=(any)
@@ -39,7 +39,7 @@ makedepends=(python-{build,installer,wheel}
_archive="$pkgname-$pkgver"
# source=("$_archive.tgz::$url/archive/v$pkgver.tar.gz")
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$_archive.tar.gz")
-sha256sums=('5e3dc4d67a73fb24e52742d6f196043a8ecc2d530e52ed1f13a99df731fa6e36')
+sha256sums=('ebb38b845aa2cb8e4308440aa03d434f6999d7cec129730d1fa50edc945042b7')
build() {
cd "$_archive"