summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb770b4fa913..0c944aebdaee 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.1
+ pkgver = 0.12.2
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.1.tar.gz
- sha256sums = c790e4ef12e0ad6a2f96f1a686b16d56448e18043fc1d67f1c635876e189ceb3
+ source = https://files.pythonhosted.org/packages/source/f/fontbakery/fontbakery-0.12.2.tar.gz
+ sha256sums = b07913c6ef1374f5db519be9247e3a485f14e09348cdf15be472445c2aa898e2
pkgname = fontbakery
diff --git a/PKGBUILD b/PKGBUILD
index 981e6119b468..9de0b07c034f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Caleb Maclennan <caleb@alerque.com>
pkgname=fontbakery
-pkgver=0.12.1
+pkgver=0.12.2
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=('c790e4ef12e0ad6a2f96f1a686b16d56448e18043fc1d67f1c635876e189ceb3')
+sha256sums=('b07913c6ef1374f5db519be9247e3a485f14e09348cdf15be472445c2aa898e2')
build() {
cd "$_archive"