summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2024-04-22 21:52:57 +0300
committerCaleb Maclennan2024-04-22 21:52:57 +0300
commite22595b19b097502af9e5ea995d845f1da8f7230 (patch)
tree633e038d74acb55b4cf7c2670288df950e9f93b8
parentfa96f09be322519f82664629b20001c21bac7041 (diff)
downloadaur-e22595b19b097502af9e5ea995d845f1da8f7230.tar.gz
upgpkg: fontbakery 0.12.3-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 0c944aebdaee..fa9281c5f9a6 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.12.2
+ pkgver = 0.12.3
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.12.2.tar.gz
- sha256sums = b07913c6ef1374f5db519be9247e3a485f14e09348cdf15be472445c2aa898e2
+ source = https://files.pythonhosted.org/packages/source/f/fontbakery/fontbakery-0.12.3.tar.gz
+ sha256sums = d3dfdf164da0dd2b06f5b9fbb1271a54b618815542b88712c6218ea539e4b958
pkgname = fontbakery
diff --git a/PKGBUILD b/PKGBUILD
index 9de0b07c034f..ec65968fce8b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Caleb Maclennan <caleb@alerque.com>
pkgname=fontbakery
-pkgver=0.12.2
+pkgver=0.12.3
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=('b07913c6ef1374f5db519be9247e3a485f14e09348cdf15be472445c2aa898e2')
+sha256sums=('d3dfdf164da0dd2b06f5b9fbb1271a54b618815542b88712c6218ea539e4b958')
build() {
cd "$_archive"