summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2023-12-15 21:09:57 +0300
committerCaleb Maclennan2023-12-15 21:09:57 +0300
commit317a59d57d85ca29d04d482eb66d1c518c67fc42 (patch)
treed74dfa68f633947688f738f7cfac8b8e7db94514
parentae4420b77a4e04ffbcaf563ccaa3c0149bbdf8ec (diff)
downloadaur-317a59d57d85ca29d04d482eb66d1c518c67fc42.tar.gz
upgpkg: fontbakery 0.10.8-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 1bd168b19224..c919bb2de9d5 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.7
+ pkgver = 0.10.8
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.7.tar.gz
- sha256sums = ba6887b9267504f1205c14607d682a66406665bdea70ef4ebf087efcc9830f03
+ source = https://files.pythonhosted.org/packages/source/f/fontbakery/fontbakery-0.10.8.tar.gz
+ sha256sums = 5e3dc4d67a73fb24e52742d6f196043a8ecc2d530e52ed1f13a99df731fa6e36
pkgname = fontbakery
diff --git a/PKGBUILD b/PKGBUILD
index 64698a9af762..c89a0ce9d0f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Caleb Maclennan <caleb@alerque.com>
pkgname=fontbakery
-pkgver=0.10.7
+pkgver=0.10.8
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=('ba6887b9267504f1205c14607d682a66406665bdea70ef4ebf087efcc9830f03')
+sha256sums=('5e3dc4d67a73fb24e52742d6f196043a8ecc2d530e52ed1f13a99df731fa6e36')
build() {
cd "$_archive"