summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2022-04-14 16:32:46 +0300
committerCaleb Maclennan2022-04-14 16:32:46 +0300
commit5aca9052ea1733d7c4468f4e6f7759c119f6a566 (patch)
treef2c5c5e3060a6bf00c82c39d981fbabb4dd40125
parent3662077a0d14f0c7fd18c4172c91ba58c039be0e (diff)
downloadaur-5aca9052ea1733d7c4468f4e6f7759c119f6a566.tar.gz
upgpkg: gftools 0.9.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 14a80b5ce5d9..431a07e66823 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gftools
pkgdesc = Misc tools for working with the Google Fonts library
- pkgver = 0.9.7
+ pkgver = 0.9.8
pkgrel = 1
url = https://github.com/googlefonts/gftools
arch = any
@@ -37,7 +37,7 @@ pkgbase = gftools
depends = python-unidecode
depends = python-vttlib
depends = statmake
- source = https://files.pythonhosted.org/packages/source/g/gftools/gftools-0.9.7.tar.gz
- sha256sums = 6277e50cfd0039a8165a99438fbd7eee8e83c0f29fcdc001ea65ba01241d6d0d
+ source = https://files.pythonhosted.org/packages/source/g/gftools/gftools-0.9.8.tar.gz
+ sha256sums = ee310d492f5b402eb0864f819e5a35ff27e0fc39d6f49491a59abd833a8ae3d3
pkgname = gftools
diff --git a/PKGBUILD b/PKGBUILD
index e5faf94e64d2..10e51582ab93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Caleb Maclennan <caleb@alerque.com>
pkgname=gftools
-pkgver=0.9.7
+pkgver=0.9.8
pkgrel=1
pkgdesc='Misc tools for working with the Google Fonts library'
arch=(any)
@@ -41,7 +41,7 @@ makedepends=(python-{build,installer}
python-wheel)
_archive="$pkgname-$pkgver"
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$_archive.tar.gz")
-sha256sums=('6277e50cfd0039a8165a99438fbd7eee8e83c0f29fcdc001ea65ba01241d6d0d')
+sha256sums=('ee310d492f5b402eb0864f819e5a35ff27e0fc39d6f49491a59abd833a8ae3d3')
prepare() {
cd "$_archive"