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 91822da20eff..bb7822c1018b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gftools
pkgdesc = Misc tools for working with the Google Fonts library
- pkgver = 0.8.1
+ pkgver = 0.8.2
pkgrel = 1
url = https://github.com/googlefonts/gftools
arch = any
@@ -28,7 +28,7 @@ pkgbase = gftools
depends = python-unidecode
depends = python-vttlib
depends = statmake
- source = https://files.pythonhosted.org/packages/source/g/gftools/gftools-0.8.1.tar.gz
- sha256sums = e6746136a57e7143a23beb36de4786fe32755e75ba10c5bba4b52ad5a17f1723
+ source = https://files.pythonhosted.org/packages/source/g/gftools/gftools-0.8.2.tar.gz
+ sha256sums = 32aad8567c2c41704e74b8ad8080a96ad274d30bd3051d8594d9a6f527061c36
pkgname = gftools
diff --git a/PKGBUILD b/PKGBUILD
index d4eb5daf0aa2..efd580c3a0fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Caleb Maclennan <caleb@alerque.com>
pkgname=gftools
-pkgver=0.8.1
+pkgver=0.8.2
pkgrel=1
pkgdesc='Misc tools for working with the Google Fonts library'
arch=(any)
@@ -33,7 +33,7 @@ depends=(absl-py
makedepends=(python-setuptools-scm)
_archive="$pkgname-$pkgver"
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$_archive.tar.gz")
-sha256sums=('e6746136a57e7143a23beb36de4786fe32755e75ba10c5bba4b52ad5a17f1723')
+sha256sums=('32aad8567c2c41704e74b8ad8080a96ad274d30bd3051d8594d9a6f527061c36')
prepare() {
cd "$_archive"